Changes

Summary

  1. TE Support: Pouring ender from a smeltery into a bucket now also returns (details)
  2. Fix flat-world-slime-island-generation-option being reversed (details)
  3. More work on the block breaking of AOE Tools: Really fast tools now (details)
Commit acc8eafcdc7970f2675616b155691257930fad19 by bernhard.bonigl
TE Support: Pouring ender from a smeltery into a bucket now also returns the TE-Bucket, not the tinker one. #1088
The file was modifiedsrc/main/java/tconstruct/smeltery/TinkerSmeltery.java (diff)
Commit eb874d833a2c35cf72e49d30c873daddcb5b6422 by bernhard.bonigl
Fix flat-world-slime-island-generation-option being reversed
The file was modifiedsrc/main/java/tconstruct/world/gen/SlimeIslandGen.java (diff)
Commit fc35996010abba958c74dc869a79524b26277658 by bernhard.bonigl
More work on the block breaking of AOE Tools: Really fast tools now break in AOE correctly. Changed behaviour to emulate the correct behaviour, but don't call the recursive block breaks. Furthermore, send packets causing updates for each AOE block broken. This should prevent clientside ghost blocks because the client is breaking blocks that it can't break yet on the server.
#1072
The file was modifiedsrc/main/java/tconstruct/util/config/PHConstruct.java (diff)
The file was modifiedsrc/main/java/tconstruct/library/tools/AOEHarvestTool.java (diff)
The file was modifiedresources/META-INF/TConstruct_at.cfg (diff)
The file was modifiedsrc/main/java/tconstruct/library/tools/HarvestTool.java (diff)