Changes

Summary

  1. Add a small tooltip to the seared tanks so they can be found when (details)
  2. Fix dupe bug with increasing smeltery size while gui is open. #1218 (details)
Commit 6e3f6e1e5d96c0ae492213cbecf109180af7e924 by bernhard.bonigl
Add a small tooltip to the seared tanks so they can be found when searching for 'smeltery' in NEI.
The file was modifiedresources/assets/tinker/lang/en_US.lang (diff)
The file was modifiedsrc/main/java/tconstruct/smeltery/itemblocks/LavaTankItemBlock.java (diff)
Commit fcb4b1f0da215b2b39d8f21d5e94b4379fd6330a by bernhard.bonigl
Fix dupe bug with increasing smeltery size while gui is open. #1218  Additionally GUI now closes on smeltery size change, to prevent a crash when it's made smaller. And for consistency.
The file was modifiedsrc/main/java/tconstruct/smeltery/inventory/SmelteryContainer.java (diff)
The file was modifiedsrc/main/java/tconstruct/smeltery/gui/SmelteryGui.java (diff)