Changes

Summary

  1. If we're sending smeltery updates like that already, we might as well (details)
  2. Adjust block breaking code to use vanilla behaviour. Aoe-Tools currently (details)
  3. Fix Smelteries evaporating liquids when doing alloys at full capacity. (details)
  4. Throw custom block breaking code overboard since the forge code can (details)
  5. Fix startup crash of smeltery (details)
Commit c3d72efc814472a3cd771d4e14df79d0db397642 by bernhard.bonigl
If we're sending smeltery updates like that already, we might as well also send the status. Client should always be synchronized now.
The file was modifiedsrc/main/java/tconstruct/smeltery/logic/SmelteryLogic.java (diff)
Commit da996301c46614eabc1bb36c3cd6e7d20c2ac5e1 by bernhard.bonigl
Adjust block breaking code to use vanilla behaviour. Aoe-Tools currently don't work
The file was modifiedsrc/main/java/tconstruct/library/tools/HarvestTool.java (diff)
Commit 99cb5e857f74c94be8f507c75ef42732bdcb4a7d by bernhard.bonigl
Fix Smelteries evaporating liquids when doing alloys at full capacity. Also small fix for fuel displays not working sometimes.
The file was modifiedsrc/main/java/tconstruct/smeltery/logic/SmelteryLogic.java (diff)
Commit 218f2827869e2e5a5c4d881eabb2e3c45653e098 by bernhard.bonigl
Throw custom block breaking code overboard since the forge code can handle it quite well nowadays. No change to AOE-Tools yet.
The file was modifiedsrc/main/java/tconstruct/library/tools/HarvestTool.java (diff)
Commit ea52029236ae0710fd682d81693dc79085868562 by bernhard.bonigl
Fix startup crash of smeltery
The file was modifiedsrc/main/java/tconstruct/smeltery/logic/SmelteryLogic.java (diff)