Changes

Summary

  1. Register fluids for part casting registered via IMC in the FluidType (details)
  2. Move BoltCasting registration to postInit so IMC'd materials (details)
  3. Allow the renaming of items and tools by using a nametag in a tool (details)
  4. Fix Extra-Block harvests not giving XP (details)
Commit a2131f4602422221fcc6248dd0b3ed7882dad338 by bernhard.bonigl
Register fluids for part casting registered via IMC in the FluidType registry
The file was modifiedsrc/main/java/tconstruct/util/IMCHandler.java (diff)
Commit ab98ec2b3a0d73b31e78f3803bc0b46fe20c6a72 by bernhard.bonigl
Move BoltCasting registration to postInit so IMC'd materials (pre-postinit) are caught by it
The file was modifiedsrc/main/java/tconstruct/weaponry/TinkerWeaponry.java (diff)
Commit 3b8777f8eb4f8c31d067be8273211f50d8ff6dbd by bernhard.bonigl
Allow the renaming of items and tools by using a nametag in a tool station/forge
The file was modifiedsrc/main/java/tconstruct/tools/inventory/ToolStationContainer.java (diff)
The file was modifiedsrc/main/java/tconstruct/tools/inventory/SlotTool.java (diff)
The file was modifiedsrc/main/java/tconstruct/tools/inventory/ToolForgeContainer.java (diff)
The file was modifiedsrc/main/java/tconstruct/tools/logic/ToolStationLogic.java (diff)
Commit 28583d6a8b86a3cddb9c349b3ef5a17d190b2bc0 by bernhard.bonigl
Fix Extra-Block harvests not giving XP
The file was modifiedsrc/main/java/tconstruct/library/tools/HarvestTool.java (diff)