MCModderAnchor / TACZ

132 stars 25 forks source link

[Bug]: Increasing the ammo stack size beyond 64 breaks stuff #247

Closed Bebrich closed 2 months ago

Bebrich commented 2 months ago

I have confirmed that ...

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

xjqsh commented 2 months ago

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

Bebrich commented 2 months ago

I see some utility in having toolboxes hold more ammo for a specific gun, even just making a ceiling for withdrawing ammo from boxes so that stacks dont get trimmed in a bad way could go a long way