Changes

Summary

  1. Thaumcraft Support: Skulls can be used to stabilize infusion (commit: cc24456) (details)
  2. Remove Emerald/Diamond modifier changes (commit: dffcdd6) (details)
  3. Remove nerfBronze config option and effects. default is like nerfBronze (commit: f88e4ed) (details)
  4. Diamond/Emeralds can now be added to bronze level tools to increase (commit: 4f32d8c) (details)
  5. Fix the override module eating materials. :I (commit: 14fe911) (details)
Commit cc24456ede12033f643e672a1e8f9a821b062426 by bernhard.bonigl
Thaumcraft Support: Skulls can be used to stabilize infusion
(commit: cc24456)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/mobheads/blocks/IguanaSkullBlock.java (diff)
The file was addedsrc/api/java/thaumcraft/api/crafting/IInfusionStabiliser.java
Commit dffcdd6305aa22cc9a62bcf8522d73781fecc2bd by bernhard.bonigl
Remove Emerald/Diamond modifier changes
(commit: dffcdd6)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/harvestlevels/IguanaHarvestLevelTweaks.java (diff)
Commit f88e4ed05dee3dd594eb3990ebb4ba1d14ccec52 by bernhard.bonigl
Remove nerfBronze config option and effects. default is like nerfBronze was on
(commit: f88e4ed)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/reference/Config.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/harvestlevels/TinkerMaterialTweaks.java (diff)
Commit 4f32d8cb86b3a9e2fcb90aa215e8e497dcd46f1f by bernhard.bonigl
Diamond/Emeralds can now be added to bronze level tools to increase their mining level to diamond
(commit: 4f32d8c)
The file was modifiedresources/assets/iguanatweakstconstruct/lang/en_US.lang (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/reference/Config.java (diff)
The file was addedsrc/main/java/iguanaman/iguanatweakstconstruct/harvestlevels/modifiers/ModBonusMiningLevel.java
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/harvestlevels/IguanaHarvestLevelTweaks.java (diff)
The file was modifiedresources/assets/iguanatweakstconstruct/lang/zh_CN.lang (diff)
Commit 14fe911401c5c54896575b92e5cb77750bf7e31b by bernhard.bonigl
Fix the override module eating materials. :I
(commit: 14fe911)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/override/MaterialOverride.java (diff)