Changes

Summary

  1. Change liquid rendering in tanks: Make liquids brighter, and don't draw (details)
  2. Fix liquids in tanks not rendering their top side if an opaque block is (details)
  3. Do what this todo says and update the FuelGauge when opening smeltery (details)
  4. Update Mantle (details)
Commit 1daf7fa24821cb282e92269bbbf1c898972b2e18 by bernhard.bonigl
Change liquid rendering in tanks: Make liquids brighter, and don't draw the flowing texture
The file was modifiedsrc/main/java/tconstruct/smeltery/model/TankRender.java (diff)
The file was modifiedsrc/main/java/tconstruct/client/BlockSkinRenderHelper.java (diff)
Commit 9070c734667f5d1d3a01c842aa30d224459d6c12 by bernhard.bonigl
Fix liquids in tanks not rendering their top side if an opaque block is on top. (Relevant for all non-full tanks)
The file was modifiedsrc/main/java/tconstruct/smeltery/blocks/LavaTankBlock.java (diff)
The file was modifiedsrc/main/java/tconstruct/library/crafting/Smeltery.java (diff)
The file was modifiedsrc/main/java/tconstruct/client/BlockSkinRenderHelper.java (diff)
Commit 98d54916cc9aee458d63dc78ba8ae32c4f5ff850 by bernhard.bonigl
Do what this todo says and update the FuelGauge when opening smeltery gui. Seems to work quite well?
The file was modifiedsrc/main/java/tconstruct/smeltery/gui/SmelteryGui.java (diff)
The file was modifiedsrc/main/java/tconstruct/smeltery/logic/SmelteryLogic.java (diff)
The file was modifiedbuild.properties (diff)