Strubbelkopp / Quiver

MIT License
2 stars 2 forks source link

Quiver empties with over one stack of arrows #5

Open macf2802 opened 3 months ago

macf2802 commented 3 months ago

I made a video to demonstrate the bug: https://imgur.com/a/SOUeFcY The same happens in survival mode.

Strubbelkopp commented 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?

macf2802 commented 3 months ago

Yes I do have other mods installed. I'll try to pinpoint which one is causing the issue.