Changes

Summary

  1. Prevent fiery NPEs with minimal texture bows when natura/tc is not (details)
  2. Nature Overhail, y u randomly depend on metadata for modded leaves. (details)
  3. AOE Tools now only break up to 10x harder blocks with it. (Yes, 10. (details)
  4. Safety net when generating surface gravel ores (details)
Commit 5933333f99ce6897b51e195f7caa1692a2ba958d by bernhard.bonigl
Prevent fiery NPEs with minimal texture bows when natura/tc is not present #1055
The file was modifiedsrc/main/java/tconstruct/items/tools/Shortbow.java (diff)
Commit 92a1948831b1ceada324be923a657a53b16f474d by bernhard.bonigl
Nature Overhail, y u randomly depend on metadata for modded leaves. #1062
The file was modifiedsrc/main/java/tconstruct/blocks/slime/SlimeLeaves.java (diff)
Commit bb652931a63943d5e4ba4103c6f868c74fdcb65a by bernhard.bonigl
AOE Tools now only break up to 10x harder blocks with it. (Yes, 10. believe me, you wouldn't like any lower value.)
That mean stone breaking obsidian is not a thing anymore
The file was modifiedsrc/main/java/tconstruct/library/tools/AOEHarvestTool.java (diff)
The file was modifiedsrc/main/java/tconstruct/library/tools/HarvestTool.java (diff)
Commit 6420d2a1e1aeef54eca38df0e8c0885d29e7cd6a by bernhard.bonigl
Safety net when generating surface gravel ores
The file was modifiedsrc/main/java/tconstruct/world/gen/TerrainGenEventHandler.java (diff)