Changes

Summary

  1. Temporarily disable alubrass gold-pressure-plate recipe to prevent (details)
  2. Fix copy'n'paste bug that made molten electrum not have icons (details)
  3. Make liquid rendering more resilient. Render water if the liquid icons (details)
  4. Fix compressed cobble giving weird/incorrect amounts of seared stone. (details)
  5. Add 2x compressed sand to smelting. #880 (details)
  6. Move golden head to World and fix double-creation that derped the (details)
  7. Fix those pesky pulsar proxy warnings (details)
  8. Fix Compressed Gravel not being used up when making brownstone. (details)
Commit efa38e0f763124e381a1a0fd5adb2070f7c8db34 by bernhard.bonigl
Temporarily disable alubrass gold-pressure-plate recipe to prevent alubrass->gold exploit
The file was modifiedsrc/main/java/tconstruct/world/TinkerWorld.java (diff)
Commit b75bb803403f9bc971594477a51f5602259ce118 by bernhard.bonigl
Fix copy'n'paste bug that made molten electrum not have icons
The file was modifiedsrc/main/java/tconstruct/smeltery/TinkerSmeltery.java (diff)
Commit b03b1ac5c81c4bc5767fc1af79f72be34edd0a20 by bernhard.bonigl
Make liquid rendering more resilient. Render water if the liquid icons are missing.
The file was modifiedsrc/main/java/tconstruct/client/BlockSkinRenderHelper.java (diff)
Commit 6f5a9235ccba15922fc68ac303e994dea6e3f040 by bernhard.bonigl
Fix compressed cobble giving weird/incorrect amounts of seared stone. #879
The file was modifiedsrc/main/java/tconstruct/smeltery/TinkerSmeltery.java (diff)
Commit 9490b1aff6b005e74ea4d6a56eafa011a0efe611 by bernhard.bonigl
Add 2x compressed sand to smelting. #880
The file was modifiedsrc/main/java/tconstruct/smeltery/TinkerSmeltery.java (diff)
Commit 5b8484d2dcc902b8b9d749d0bcaab119dafc8f75 by bernhard.bonigl
Move golden head to World and fix double-creation that derped the registration. #881
The file was modifiedsrc/main/java/tconstruct/tools/TinkerTools.java (diff)
The file was modifiedsrc/main/java/tconstruct/smeltery/TinkerSmeltery.java (diff)
The file was modifiedsrc/main/java/tconstruct/armor/TinkerArmor.java (diff)
The file was modifiedsrc/main/java/tconstruct/world/TinkerWorld.java (diff)
Commit 1839c6b7ff7726d718bcae0df3aea0e71e3351de by bernhard.bonigl
Fix those pesky pulsar proxy warnings
The file was modifiedsrc/main/java/tconstruct/tools/TinkerTools.java (diff)
The file was modifiedsrc/main/java/tconstruct/armor/TinkerArmor.java (diff)
The file was modifiedsrc/main/java/tconstruct/mechworks/TinkerMechworks.java (diff)
The file was modifiedsrc/main/java/tconstruct/smeltery/TinkerSmeltery.java (diff)
The file was modifiedsrc/main/java/tconstruct/world/TinkerWorld.java (diff)
Commit d0ce912498599c038e4420af345bf9292aab9296 by bernhard.bonigl
Fix Compressed Gravel not being used up when making brownstone.
Fix Liquid Values required for casting being exponentially too high.
Add a Brownstone Recipe with Tin and Compressed Gravel, since Electrum may not be available.
Change the Electrum recipe to require 1/3 of the liquid as tin.
The file was modifiedsrc/main/java/tconstruct/smeltery/TinkerSmeltery.java (diff)