Changes

Summary

  1. Restore ActiveContainer behavior. (details)
  2. Fix a possible division by zero in the NEI plugins. Probably depends on (details)
  3. Changed sneaking on AOE tools to break blocks in AOE again. Was only (details)
Commit e1cc9e6aef1d5fd188aee030ae9caf17b19fe0c1 by qowyn
Restore ActiveContainer behavior.
This will add lines to TConstruct_at, so doing gradlew clean may be necessary.
The file was addedsrc/main/java/tconstruct/smeltery/gui/ActiveContainerGui.java
The file was modifiedsrc/main/java/tconstruct/smeltery/gui/AdaptiveSmelteryGui.java (diff)
The file was modifiedresources/META-INF/TConstruct_at.cfg (diff)
The file was modifiedsrc/main/java/tconstruct/smeltery/gui/SmelteryGui.java (diff)
Commit 62c2956012b771da1144796878518ba928689f6c by bernhard.bonigl
Fix a possible division by zero in the NEI plugins. Probably depends on java implementation. #1037
The file was modifiedsrc/main/java/tconstruct/plugins/nei/RecipeHandlerToolMaterials.java (diff)
Commit 6a8c6f0f32d98f91a93826c4b6d7af576bcc8a1d by bernhard.bonigl
Changed sneaking on AOE tools to break blocks in AOE again. Was only supposed to not chop a whole tree with the lumber axe.
The file was modifiedsrc/main/java/tconstruct/library/tools/AOEHarvestTool.java (diff)