Brycey92 / Galaxy-Craft-Issues

This is a location to keep track of Galaxy-Craft server and pack issues and feature requests.
https://www.galaxy-craft.com
0 stars 0 forks source link

Stack Size Bypassing #35

Open TripleChaos opened 6 years ago

TripleChaos commented 6 years ago

Pack version 1.0.3

Describe the bug Stack limits on items, such as bread, which only stacks to 8, can be easily bypassed because of the way items stack together when on the ground.

To reproduce

  1. Have multiple stacks of an item that has a stack size of less than 64
  2. Drop all the stacks on the ground
  3. Wait a moment to let the items stack together
  4. Pick up the items, which are now in one stack, larger than should be possible

Expected behavior Items on the ground should respect configured stack size.

Screenshots and crash reports image image image

Brycey92 commented 5 years ago

Why is bread even limited to a stack size of 8?

Brycey92 commented 5 years ago

Can you test to see whether this happens with other stack-limited things like minecarts and buckets? I have a hunch this may just be an issue with food that HungerOverhaul modifies the stack size for.

WillKracke commented 5 years ago

This does not work with water buckets in my test

Brycey92 commented 5 years ago

This is due to a bug in Stackie, which changes the default stack sizes of things in the inventory, but doesn't respect its own changes when stacking items on the ground. I opened an issue with them (https://github.com/Lunatrius/Stackie/issues/13), but for now I removed all the items in its config for different stack sizes, so we can consider that a hotfix.