Changes

Summary

  1. Start a flexible smeltery implementation that allows rectangular (details)
  2. Move the old smelterylogic implementation to backup classes for a (details)
  3. Fix smeltery gui scrolling (details)
  4. Smeltery-Gui for the flexible smeltery and some gui polishing (details)
Commit c0ad3404607fc8ce83fab18754066c888a18c91c by bernhard.bonigl
Start a flexible smeltery implementation that allows rectangular smelteries. Logic works \o/. UI missing. :(
The file was addedsrc/main/java/tconstruct/smeltery/logic/FlexibleSmelteryLogic.java
The file was modifiedsrc/main/java/tconstruct/util/config/PHConstruct.java (diff)
The file was modifiedsrc/main/java/tconstruct/smeltery/TinkerSmeltery.java (diff)
The file was modifiedsrc/main/java/tconstruct/smeltery/inventory/SmelteryContainer.java (diff)
The file was modifiedsrc/main/java/tconstruct/smeltery/blocks/SmelteryBlock.java (diff)
Commit 9818edc0a8ffe596e8c43eab5aa254fd98070092 by bernhard.bonigl
Move the old smelterylogic implementation to backup classes for a compatibility config. Change most logic to take actual smeltery size into account.
The file was addedsrc/main/java/tconstruct/smeltery/inventory/SmelteryContainerOld.java
The file was modifiedsrc/main/java/tconstruct/util/config/PHConstruct.java (diff)
The file was modifiedsrc/main/java/tconstruct/smeltery/SmelteryProxyClient.java (diff)
The file was modifiedsrc/main/java/tconstruct/smeltery/model/SmelteryRender.java (diff)
The file was removedsrc/main/java/tconstruct/smeltery/logic/FlexibleSmelteryLogic.java
The file was modifiedsrc/main/java/tconstruct/smeltery/inventory/SmelteryContainer.java (diff)
The file was modifiedsrc/main/java/tconstruct/smeltery/TinkerSmeltery.java (diff)
The file was addedsrc/main/java/tconstruct/smeltery/logic/SmelteryLogicOld.java
The file was addedsrc/main/java/tconstruct/smeltery/gui/SmelteryGuiOld.java
The file was modifiedsrc/main/java/tconstruct/smeltery/blocks/SmelteryBlock.java (diff)
The file was modifiedsrc/main/java/tconstruct/smeltery/logic/SmelteryLogic.java (diff)
Commit 7c4c9b55c0ce4ffe6bf4f5111e0f99ad7d36a152 by bernhard.bonigl
Fix smeltery gui scrolling
The file was modifiedsrc/main/java/tconstruct/smeltery/inventory/SmelteryContainer.java (diff)
The file was modifiedsrc/main/java/tconstruct/smeltery/inventory/SmelteryContainerOld.java (diff)
Commit 24e0e9fcc334510c6e61790b9aa3e87a55ee622b by bernhard.bonigl
Smeltery-Gui for the flexible smeltery and some gui polishing
The file was modifiedresources/assets/tinker/textures/gui/smelteryside.png (diff)
The file was modifiedsrc/main/java/tconstruct/smeltery/inventory/SmelteryContainer.java (diff)
The file was modifiedsrc/main/java/tconstruct/smeltery/gui/SmelteryGui.java (diff)
The file was modifiedsrc/main/java/tconstruct/smeltery/gui/SmelteryGuiOld.java (diff)