Changes

Summary

  1. Fix harvest-type being ignored in digspeed-calculation. This meant that (details)
  2. Move Creative Tab class to library since it's only used there for the (details)
  3. Fix some armor modifiers being applicable to everything, crashing the (details)
  4. Fix tanks not emitting light when they have a glowing liquid. (details)
  5. Make the light emitted by tanks proportional to how full they are (details)
Commit ab14d03834a66acbdc89fff6adc76f3232b0482c by bernhard.bonigl
Fix harvest-type being ignored in digspeed-calculation. This meant that hatchets could break ores the same speed as wood blocks, picks wood with the same speed as stone, etc. #897
The file was modifiedsrc/main/java/tconstruct/library/tools/HarvestTool.java (diff)
Commit fa40865f6e9ceaa750ab88c4733aa302c32e9838 by bernhard.bonigl
Move Creative Tab class to library since it's only used there for the registry.
The file was modifiedsrc/main/java/tconstruct/library/TConstructRegistry.java (diff)
The file was removedsrc/main/java/tconstruct/common/TConstructCreativeTab.java
The file was modifiedsrc/main/java/tconstruct/TConstruct.java (diff)
The file was addedsrc/main/java/tconstruct/library/TConstructCreativeTab.java
Commit 8959a70387f2caec9bb873144a7fe56de9acb1c6 by bernhard.bonigl
Fix some armor modifiers being applicable to everything, crashing the game. #885
The file was modifiedsrc/main/java/tconstruct/modifiers/armor/AModBoolean.java (diff)
Commit 211cb9b2fff499d7e5eeb45698ed4e491e7d3f78 by bernhard.bonigl
Fix tanks not emitting light when they have a glowing liquid.
The file was modifiedsrc/main/java/tconstruct/smeltery/logic/LavaTankLogic.java (diff)
Commit 762f74bc7afcd8e53e1608b2f8a398f9c5973375 by bernhard.bonigl
Make the light emitted by tanks proportional to how full they are
The file was modifiedsrc/main/java/tconstruct/smeltery/logic/LavaTankLogic.java (diff)