Changes

Summary

  1. Fix compressed stone still giving the old stone values. Also limit (details)
  2. Fix smeltery overfilling if it was empty and one block could overfill (details)
Commit 81b0922b95ad5e5caad75e158118ac22b9cf6735 by bernhard.bonigl
Fix compressed stone still giving the old stone values. Also limit smeltable compressed coble to 4x at most, since the others are too big.
The file was modifiedsrc/main/java/tconstruct/TConstruct.java (diff)
The file was modifiedsrc/main/java/tconstruct/smeltery/TinkerSmeltery.java (diff)
Commit 35f098e4b0ddc2861ed9557bff9e34b0d35ea4e3 by bernhard.bonigl
Fix smeltery overfilling if it was empty and one block could overfill it. (I'm looking at you there, compressed cobble)
The file was modifiedsrc/main/java/tconstruct/smeltery/logic/SmelteryLogic.java (diff)