Changes

Summary

  1. Change AbilityHelper.spawnEntityAtPlayer to automatically put items into (details)
  2. Fix OreBerry bushes not returning correct amount on leftclick (details)
  3. Remove special inventory-spawn-code in other blocks since it's handled (details)
  4. Fix inventory desync when activating drying rack/basin/oreberry (details)
Commit aa328792f7e237c811245ecd84d746c1bd7a1699 by bernhard.bonigl
Change AbilityHelper.spawnEntityAtPlayer to automatically put items into inventories by default (prevents lag-dupe) and also play sound if it got picked up.
The file was modifiedsrc/main/java/tconstruct/library/tools/AbilityHelper.java (diff)
Commit 158ae52dd8bb1ee326dd32f6c0ba4d5390f5763c by bernhard.bonigl
Fix OreBerry bushes not returning correct amount on leftclick
The file was modifiedsrc/main/java/tconstruct/world/blocks/OreberryBush.java (diff)
Commit 90e5d6af2591467479b8f3781924319801b702a0 by bernhard.bonigl
Remove special inventory-spawn-code in other blocks since it's handled by AbilityHelper now
The file was modifiedsrc/main/java/tconstruct/smeltery/logic/CastingBlockLogic.java (diff)
The file was modifiedsrc/main/java/tconstruct/armor/blocks/DryingRack.java (diff)
Commit e1101fa41200cec7a61d79edc7f66f740235d6c0 by bernhard.bonigl
Fix inventory desync when activating drying rack/basin/oreberry
The file was modifiedsrc/main/java/tconstruct/library/tools/AbilityHelper.java (diff)