![stacc-api](https://media.forgecdn.net/avatars/thumbnails/769/674/256/256/638107262164848436.png)
/clear command only removes 2^32-1 items max at a time
James103 opened this issue ยท 4 comments
Stacc 1.16.1 5
Minecraft 1.16.1
When you use the /clear command, it only removes the first 4,294,967,295 items it comes across in your inventory. To reproduce:
/give @p stone 1000000000
(x5)/clear
- Notice a stack of ~705M stone is left in your inventory.
- Notice the result - "Removed 4,294,967,295 items from ..." instead of "Removed 5,000,000,000 items from ..."
Closing, as this is a vanilla issue (even though it is only reproducible with mods).