Changes

Summary

  1. Fix autosmelting not rewarding xp on smelted blocks (commit: 2177b9f) (details)
  2. Add a config obtion to also make vanilla hoes useless (commit: 105b4aa) (details)
  3. Add /dumpTools command to dump all found tools identifiers. Moved (commit: 1b71b7f) (details)
  4. Add a whitelist for tools that are not made useless. Yay! (commit: e12a0af) (details)
  5. Add a config option to also disable vanilla Swords and Bows. Who would (commit: e92923e) (details)
  6. More info logs (commit: b0744d7) (details)
  7. Add defaults for the whitelisted tools. Also allow mod-wide (commit: c80d811) (details)
  8. Bump forge up to 1197 (commit: 8b1f355) (details)
  9. Remove HarvestLevel only items from tooldumps, since they can cause (commit: 9971779) (details)
  10. Move the Iguana Modules to the config-folder, since we have one now. (commit: d16eeef) (details)
  11. Change Osmium harvest level to be mineable with redstone. (commit: dea77b6) (details)
  12. Fix newly broken module config. yay. (commit: 555e348) (details)
  13. Add a config option for max tool level and adapt logic to allow infinite (commit: b6849a4) (details)
  14. Finally managed to get rid of that Skull-TE. Stupid textures. (commit: ae97fe8) (details)
  15. Update build number to 2.0.1 to differentiate builds before/after beta (commit: 4bf478a) (details)
Commit 2177b9fe22a6ddfd89fd6a00ec98e880eb730b0c by bernhard.bonigl
Fix autosmelting not rewarding xp on smelted blocks
(commit: 2177b9f)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/leveling/IguanaToolLeveling.java (diff)
Commit 105b4aade5a618b482d1611875306cc42b524ca1 by bernhard.bonigl
Add a config obtion to also make vanilla hoes useless
(commit: 105b4aa)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/tweaks/IguanaTweaks.java (diff)
The file was addedsrc/main/java/iguanaman/iguanatweakstconstruct/tweaks/handlers/VanillaHoeNerfHandler.java
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/reference/Config.java (diff)
The file was modifiedbuild.properties (diff)
The file was modifiedresources/assets/iguanatweakstconstruct/lang/en_US.lang (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/tweaks/handlers/VanillaToolNerfHandler.java (diff)
Commit 1b71b7f653584e46c099f047765292d6472936ed by bernhard.bonigl
Add /dumpTools command to dump all found tools identifiers. Moved dumpOreDict and standardized these commands.
(commit: 1b71b7f)
The file was addedsrc/main/java/iguanaman/iguanatweakstconstruct/commands/CommandDumpOredict.java
The file was addedsrc/main/java/iguanaman/iguanatweakstconstruct/commands/CommandDumpTools.java
The file was removedsrc/main/java/iguanaman/iguanatweakstconstruct/debug/DumpOredict.java
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/reference/Config.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/IguanaTweaksTConstruct.java (diff)
Commit e12a0af423fb411555cf4a58a3ed58b6d04c83d0 by bernhard.bonigl
Add a whitelist for tools that are not made useless. Yay!
(commit: e12a0af)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/reference/Config.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/tweaks/handlers/VanillaHoeNerfHandler.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/tweaks/IguanaTweaks.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/tweaks/handlers/VanillaToolNerfHandler.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/harvestlevels/VanillaToolTipHandler.java (diff)
Commit e92923e791fd7594eded9f5b46061add5ed711f3 by bernhard.bonigl
Add a config option to also disable vanilla Swords and Bows. Who would be this evil?
(commit: e92923e)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/reference/Config.java (diff)
The file was addedsrc/main/java/iguanaman/iguanatweakstconstruct/tweaks/handlers/VanillaBowNerfHandler.java
The file was modifiedresources/assets/iguanatweakstconstruct/lang/en_US.lang (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/leveling/handlers/LevelingToolTipHandler.java (diff)
The file was addedsrc/main/java/iguanaman/iguanatweakstconstruct/tweaks/handlers/VanillaSwordNerfHandler.java
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/tweaks/IguanaTweaks.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/tweaks/IguanaTweaks.java (diff)
Commit c80d8118e06d5e952a41c52efd7536631f985e45 by bernhard.bonigl
Add defaults for the whitelisted tools. Also allow mod-wide whitelisting, for stuff like Redstone Armory.
(commit: c80d811)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/reference/Config.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/tweaks/IguanaTweaks.java (diff)
The file was modifiedbuild.properties (diff)
Commit 9971779877291f13dfc32e3e9ea80764d49406aa by bernhard.bonigl
Remove HarvestLevel only items from tooldumps, since they can cause errors without itemstacks.
(commit: 9971779)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/commands/CommandDumpTools.java (diff)
Commit d16eeefa48ec357c0071c88a359779cabccfc164 by bernhard.bonigl
Move the Iguana Modules to the config-folder, since we have one now.
(commit: d16eeef)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/IguanaTweaksTConstruct.java (diff)
Commit dea77b67a7a817169ca3da5592b7281d1bdfa3ef by bernhard.bonigl
Change Osmium harvest level to be mineable with redstone.
(commit: dea77b6)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/harvestlevels/HarvestLevelTweaks.java (diff)
Commit 555e348a43d5216f0ec8903f704fb440bc5655b7 by bernhard.bonigl
Fix newly broken module config. yay.
(commit: 555e348)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/IguanaTweaksTConstruct.java (diff)
The file was addedsrc/main/java/iguanaman/iguanatweakstconstruct/PulsarCFG.java
Commit b6849a47f3a6262e0569f75ecc1c241ae360b072 by bernhard.bonigl
Add a config option for max tool level and adapt logic to allow infinite levels.
(commit: b6849a4)
The file was modifiedresources/assets/iguanatweakstconstruct/lang/en_US.lang (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/mobheads/IguanaMobHeads.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/reference/Config.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/leveling/LevelingLogic.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/leveling/LevelingTooltips.java (diff)
Commit ae97fe8a806f7c5969f25c2ef88bcabe4337784b by bernhard.bonigl
Finally managed to get rid of that Skull-TE. Stupid textures.
(commit: ae97fe8)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/mobheads/proxy/MobHeadClientProxy.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/mobheads/blocks/IguanaSkullBlock.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/mobheads/IguanaMobHeads.java (diff)
Commit 4bf478a210d37317b2248db1a8d659128b769217 by bernhard.bonigl
Update build number to 2.0.1 to differentiate builds before/after beta release
(commit: 4bf478a)
The file was modifiedbuild.properties (diff)