jaquadro / StorageDrawers

A mod adding compartmental storage for Minecraft Forge
MIT License
203 stars 160 forks source link

[Suggestion] Add ability to configure whether storage drawers retain contents when picked up (Or drop when broken like a chest) #1073

Open paulbevz opened 1 year ago

paulbevz commented 1 year ago

Or maybe there's a way to do this through datapacks ? I'm just not too keen on how

IntegerLimit commented 1 year ago

There is a config, present in the config file, called keepContentsOnBreak.

paulbevz commented 1 year ago

Thanks!! I didn't see it for some reason

On Fri, 12 May 2023, 01:50 IntegerLimit, @.***> wrote:

There is a config, present in the config file, called keepContentsOnBreak.

— Reply to this email directly, view it on GitHub https://github.com/jaquadro/StorageDrawers/issues/1073#issuecomment-1545202829, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6FEFI63DUPUBONWFK5XGF3XFXFT3ANCNFSM6AAAAAAX6X6YMI . You are receiving this because you authored the thread.Message ID: @.***>

paulbevz commented 1 year ago

There is a config, present in the config file, called keepContentsOnBreak.

Okay so it's not present in the 1.19 version's config file so I'm not sure if the creator ported that feature ?

IntegerLimit commented 1 year ago

Yeah, he made it so that they would always drop with their items. I'm planning to make a clearing key, or something along those lines.

kesumin commented 1 year ago

@jaquadro are there plans for this in the future or does this feature already exist?

Jack-McKalling commented 1 year ago

This feature will not come back, since it crashes servers if the contents are spilled out into the world. This was an issue that was fixed with the removal of the toggle option and drawers always keeping their contents.