Problem when placing stacks above 64 into chests
erge1992 opened this issue ยท 4 comments
I've got a problem when putting item stacks above 64 items (stack of 127) into a chest. When I do, it always shows a stack of 64. When I put it back in inventory, it changes back to 127.
How can I fix the number shown in the chest?
Btw: Is there a possibility to increase stacks over 127? Some items (like dirt or cubblestone) need to be stacked higher. I know about this "security feature" against item loss, but is there a possibility?
Thanks in advance
@Wasabules As stated above, this is a vanilla client issue and cannot be fixed within the plugin at this time.
This is a vanilla client side issue, I can't control what numbers are displayed.
Having items over 127 requires handling all items in a custom manner, which is nearly impossible to do. If you attempt to use items over 127 on the server side, you end up with infinite items and stacks that appear as a single item.
Edit: Custom manner implies something along the lines of using lores to track item stacks.