Changes

Summary

  1. Fix rendering of empty tank items (details)
  2. Fix Faucet pouring rendering with nether smeltery stuff (details)
  3. Move interaction with items of casting basin/table to logic (details)
  4. Smooth liquid change rendering in basins and tables, not only when it's (details)
  5. Fix crash with casting table caused by changes before (details)
  6. Possible dupe bug fix: Put items from basins/tables into the inventory (details)
Commit 6f9d55741c64e48af79cf2bd68ec8e0d4b62a552 by bernhard.bonigl
Fix rendering of empty tank items
The file was modifiedsrc/main/java/tconstruct/smeltery/model/TankItemRenderer.java (diff)
Commit bdce6310ae8d5b751a823278b1b7967c54627896 by bernhard.bonigl
Fix Faucet pouring rendering with nether smeltery stuff
The file was modifiedsrc/main/java/tconstruct/smeltery/model/CastingBlockRender.java (diff)
Commit 463ff0478d1f327e899c6583f23302b3248f39e9 by bernhard.bonigl
Move interaction with items of casting basin/table to logic
The file was modifiedsrc/main/java/tconstruct/library/event/SmelteryEvent.java (diff)
The file was modifiedsrc/main/java/tconstruct/smeltery/blocks/SearedBlock.java (diff)
The file was modifiedsrc/main/java/tconstruct/smeltery/logic/CastingBlockLogic.java (diff)
Commit bd706b8378945f387dc8d0bbf560b998a65ca911 by bernhard.bonigl
Smooth liquid change rendering in basins and tables, not only when it's done
The file was modifiedsrc/main/java/tconstruct/smeltery/logic/CastingBlockLogic.java (diff)
Commit a4aa66b9bc933a3913da589e616b42175e302e66 by bernhard.bonigl
Fix crash with casting table caused by changes before
The file was modifiedsrc/main/java/tconstruct/smeltery/blocks/SearedBlock.java (diff)
Commit a1e2a292b021d2b07dd0be35b241f23c18755410 by bernhard.bonigl
Possible dupe bug fix: Put items from basins/tables into the inventory instead of dropping them.
The file was modifiedsrc/main/java/tconstruct/smeltery/logic/CastingBlockLogic.java (diff)
The file was modifiedsrc/main/java/tconstruct/smeltery/blocks/SearedBlock.java (diff)