Open macf2802 opened 3 months ago
Hmm, do you have any other mods installed? The problem I had is that the item amount in a stack is normally saved in a byte
, which allows for a maximum size of 127. To solve that I made it, so the stack size get's saved in a short
instead, which isn't elegant, but it works.
The only way I could explain this happening, is some conflict with another mod. Could you send your log file?
Yes I do have other mods installed. I'll try to pinpoint which one is causing the issue.
I made a video to demonstrate the bug: https://imgur.com/a/SOUeFcY The same happens in survival mode.