[Bug]: Increasing the ammo stack size beyond 64 breaks stuff
Bebrich opened this issue ยท 2 comments
I have confirmed that ...
- tacz is up to date
- unable to reproduce without tacz
Minecraft and modloader version
1.19.2 forge 43.4.4
tac version
1.0.3
Related Mods
tacz
Description
Increasing the ammo stack size beyond 64, lets say 80 for example, allows you to increase the ammo box stack sizes. But, if one tries to retrieve the ammo from the ammo box, the excess 16 ammo are deleted, and 80 item stacks break up once you try to move them inside of your inventory.
Step to reproduce
No response
Logs & Crash reports
No response
due to the limitations of vanilla mc, the compatibility of modifying the max stack over 64 in vanilla container would be disastrous. Will not consider fixing such issues