![stacc-api](https://media.forgecdn.net/avatars/thumbnails/769/674/256/256/638107262164848436.png)
Item duplication with splitting very large stacks
James103 opened this issue ยท 3 comments
Stacc 1.16.1 5
Minecraft 1.16.1
When you give yourself a billion of an item and split the resulting stack into 3 equal-sized portions, then recombine, you are left with 32 extra items. This process can be repeated over and over again, netting you 32 additional items each time. This is most likely because 32-bit floating point numbers are used somewhere in the item splitting functions.