Changes

Summary

  1. Fix hammer rendering with dynamic coloring (details)
  2. Fix entities/weapons in hand not using the color modifier (details)
  3. Allow registration of materials via IMC (details)
  4. Fix drains accepting liquids even when the smeltery is full, killing (details)
  5. IMC to allow adding a material + liquid to all the standard metal tool (details)
  6. IMCs to add items to the partbuilder (details)
Commit 2dec0ad97f006bb925305f024a6e522326814614 by bernhard.bonigl
Fix hammer rendering with dynamic coloring
The file was modifiedsrc/main/java/tconstruct/items/tools/Hammer.java (diff)
Commit 8e0bfdd0ed91a0acaee55b9fe129b7688aa39284 by bernhard.bonigl
Fix entities/weapons in hand not using the color modifier
The file was modifiedsrc/main/java/tconstruct/client/ToolCoreRenderer.java (diff)
Commit 261042878234d1936bf948064e0de454de6086ca by bernhard.bonigl
Allow registration of materials via IMC
The file was modifiedsrc/main/java/tconstruct/TConstruct.java (diff)
The file was addedsrc/main/java/tconstruct/util/IMCHandler.java
Commit ff79f7d2da355a17c6fbb4f8dbd9db5e6cad8a6d by bernhard.bonigl
Fix drains accepting liquids even when the smeltery is full, killing said liquids.
The file was modifiedsrc/main/java/tconstruct/smeltery/logic/SmelteryDrainLogic.java (diff)
Commit e7a2fb54e23c60393407a76ac66badc81aebf983 by bernhard.bonigl
IMC to allow adding a material + liquid to all the standard metal tool part casting stuff.
The file was modifiedsrc/main/java/tconstruct/util/IMCHandler.java (diff)
The file was modifiedsrc/main/java/tconstruct/library/crafting/PatternBuilder.java (diff)
Commit c006610feaec2b1c94bd0fc125cc024aa32da80f by bernhard.bonigl
IMCs to add items to the partbuilder
The file was modifiedsrc/main/java/tconstruct/library/crafting/PatternBuilder.java (diff)
The file was modifiedsrc/main/java/tconstruct/util/IMCHandler.java (diff)