dexman545 / Iguana-in-a-Blanket

5 stars 1 forks source link

items that stack above 64 split into stack of at least 64 when in the player inventories #2

Closed Nathan22211 closed 4 years ago

Nathan22211 commented 4 years ago

I tested this when I was in creative mode. slabs and planks seem to be affected by this

dexman545 commented 4 years ago

Vanilla inventories hard code the max slot stack size to 64, so while you can have stacks above that limit the slots have their own cap. I might look into changing this, but there is no good way as modded inventories would also most likely have this limit as well (there's also issues with sending the inventory data to players and saving it. Changing it isn't entirely safe)

Nathan22211 commented 4 years ago

yeah because the default config ends up allowing stacks above 64 to be pulled out of creative

dexman545 commented 4 years ago

Patched for 1.0.1