Changes

Summary

  1. Try to fix the weird fuel-consumption behaviour of the Smeltery. It (details)
  2. Lava lasts a tad longer. Turns out smelteries are consuming 1.5x as much (details)
  3. Try syncing internal itemstack damage with the damage from the tool (details)
Commit 49d804daa200f3b35bd2bde17cbbd93e0f91afc4 by bernhard.bonigl
Try to fix the weird fuel-consumption behaviour of the Smeltery. It should only consume fuel if it needs any now. And also it shoudl not randomly lose lava anymore.
The file was modifiedsrc/main/java/tconstruct/smeltery/gui/SmelteryGui.java (diff)
The file was modifiedsrc/main/java/tconstruct/smeltery/logic/SmelteryLogic.java (diff)
Commit 9cb2e27fe3d499c565d948a9216b5962c3eec908 by bernhard.bonigl
Lava lasts a tad longer. Turns out smelteries are consuming 1.5x as much lava as the old smelteries! It's only 1.25 as much now.
To be exact: 15 mb are used every 4 seconds
The file was modifiedsrc/main/java/tconstruct/smeltery/TinkerSmeltery.java (diff)
The file was modifiedsrc/main/java/tconstruct/smeltery/logic/SmelteryLogic.java (diff)
Commit 5feb11f1a801fa087c389654ff485df967c28685 by bernhard.bonigl
Try syncing internal itemstack damage with the damage from the tool
The file was modifiedsrc/main/java/tconstruct/library/tools/ToolCore.java (diff)