Changes

Summary

  1. Switched fluid icons from event to fluid block's getIcon (details)
  2. Added set on fire effect when an entity touches the Pig Iron fluid (details)
  3. Use the input item object hashcode for determining SmelteryInput's (details)
  4. Update ru_RU.lang (details)
  5. Added preregistered fluids detection and handling (details)
  6. Adjustment for pigiron block effect (details)
Commit 32f41d26bab4fe453107a7441b542a028211474d by JeanGlassmaker
Switched fluid icons from event to fluid block's getIcon
The file was modifiedsrc/main/java/tconstruct/smeltery/SmelteryProxyClient.java (diff)
The file was modifiedsrc/main/java/tconstruct/smeltery/blocks/TConstructFluid.java (diff)
The file was modifiedsrc/main/java/tconstruct/smeltery/TinkerSmeltery.java (diff)
Commit 1e95a1f78f1f4f6ce4cb9ba55e88fd12e5a5d14e by JeanGlassmaker
Added set on fire effect when an entity touches the Pig Iron fluid
The file was addedsrc/main/java/tconstruct/smeltery/blocks/PigIronMoltenBlock.java
The file was modifiedsrc/main/java/tconstruct/smeltery/TinkerSmeltery.java (diff)
Commit 0e08c46a8a069165c4c8b71b17493b595fb00661 by Tonius
Use the input item object hashcode for determining SmelteryInput's hashcode, instead of the live item id
The file was modifiedsrc/main/java/tconstruct/library/crafting/Smeltery.java (diff)
The file was modifiedresources/assets/tinker/lang/ru_RU.lang (diff)
Commit c30304cd92054b5e7472045bd5f375ea156ceb8b by JeanGlassmaker
Added preregistered fluids detection and handling
The file was modifiedsrc/main/java/tconstruct/smeltery/blocks/TConstructFluid.java (diff)
The file was modifiedsrc/main/java/tconstruct/smeltery/TinkerSmeltery.java (diff)
The file was modifiedsrc/main/java/tconstruct/smeltery/blocks/GlueFluid.java (diff)
The file was modifiedsrc/main/java/tconstruct/smeltery/blocks/PigIronMoltenBlock.java (diff)
Commit ea6dee0c49f41dc64846bc8684dd77b985d8538d by JeanGlassmaker
Adjustment for pigiron block effect
The file was modifiedsrc/main/java/tconstruct/smeltery/blocks/PigIronMoltenBlock.java (diff)