copygirl / BetterStorage

A Minecraft mod aimed at offering more storage options.
http://copy.mcft.net/mc/BetterStorage/
MIT License
57 stars 33 forks source link

Backpack drops as item not as block #322

Closed AveoCross closed 7 years ago

AveoCross commented 7 years ago

Hi! I know this mod won't be have any more releases but I added BetterStorage to my modpack anyway. I just found bug with dropBackpackOnDeath=true. I also have GraveStone Mod which generates gravestones on death. If backpack is empty, gravestone and backpack are generated as blocks. But if backpack has any item in it, then backpack is dropped from player as normal item and gravestone can't catch it. Is any solution for this? Maybe some config change?

copygirl commented 7 years ago

Closed as duplicate of #288. Guess I never got around to do that. Sorry.

The fix would likely involve moving the backpack dropping to PlayerDropsEvent for players and use LivingDeathEvent for every non-player entity. (Something to do for Wearable Backpacks as well.) Won't implement the fix for BetterStorage myself though, as I've abandoned this mod.