Changes

Summary

  1. Defer ore dict smeltery recipes until postInit (details)
  2. Seared Tank/Glass/Window now render their liquids in inventory! yay! (details)
Commit 778c764cf231c6b48d64e71d758b554ee8f16e3f by tecknojar
Defer ore dict smeltery recipes until postInit

We can't be sure the ore dictionary has been fully registered by other mods due to load order, so we should wait until postInit to ensure it has all registrations, otherwise some ore dictionary items may not get registered.
The file was modifiedsrc/main/java/tconstruct/smeltery/TinkerSmeltery.java (diff)
Commit 4e5011f7fe9a44e5627f241beadfce416a769f34 by bernhard.bonigl
Seared Tank/Glass/Window now render their liquids in inventory! yay!
The file was addedsrc/main/java/tconstruct/smeltery/model/TankItemRenderer.java
The file was modifiedsrc/main/java/tconstruct/smeltery/SmelteryProxyClient.java (diff)
The file was modifiedsrc/main/java/tconstruct/smeltery/model/TankRender.java (diff)