Changes

Summary

  1. Fixed accumulating fall damage in bounce pads, and step sound (details)
  2. Fixed items dropping while clicking chest inventory in crafting (details)
  3. Fixed changing fluids in tanks on restarting the game (details)
Commit 6983322b9b6f97fe50bbe4e25ad5a439998d6bfc by JeanGlassmaker
Fixed accumulating fall damage in bounce pads, and step sound
The file was modifiedsrc/main/java/tconstruct/client/StepSoundSlime.java (diff)
The file was modifiedsrc/main/java/tconstruct/world/blocks/SlimePad.java (diff)
Commit ea12d67f9c014b57328356cccce25a148c828ade by JeanGlassmaker
Fixed items dropping while clicking chest inventory in crafting station/tinkers table, and display order for large chests, closes #698
The file was modifiedsrc/main/java/tconstruct/tools/inventory/CraftingStationContainer.java (diff)
The file was modifiedsrc/main/java/tconstruct/tools/gui/CraftingStationGui.java (diff)
Commit 582c9e9f59af60c568af2cd8a17059a77c8da754 by JeanGlassmaker
Fixed changing fluids in tanks on restarting the game
The file was modifiedsrc/main/java/tconstruct/smeltery/logic/LavaTankLogic.java (diff)