DM-Earth / create-fabric-dme-edition

[Fabric Mod] Create Fabric unofficial modify fork. Building Tools and Aesthetic Technology.
MIT License
0 stars 2 forks source link

Toolboxes pull all items from inventory at once #19

Open OarisHunter opened 7 months ago

OarisHunter commented 7 months ago

Describe the Bug

The return items to toolbox returns every item in the inventory to the toolbox, including non-create items/blocks. This deletes any item that would have overflowed the 8 slots the toolbox has.

Reproduction Steps

  1. Open a toolbox
  2. Click return items to toolbox

Expected Result

only items that are pre-slotted into the toolbox would be returned

Screenshots and Videos

No response

Crash Report or Log

No response

Operating System

Windows 11

Mod Version

0.5.1d

Minecraft Version

1.20.1

Other Mods

Additional Context

No response

OarisHunter commented 7 months ago

I thought to remove the stack size edit mod as well, it did not appear to resolve the issue