stacc-api

stacc-api

1.6k Downloads

Item duplication with splitting very large stacks

James103 opened this issue ยท 3 comments

commented

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.

commented

what in the world :concern:

commented

you're exactly right, nice!
image

commented

fixed, will be in next release