minetest-mods / drawers

[MTG/MCL2] A Minetest Mod adding storage drawers in different sizes and wood types.
Other
19 stars 25 forks source link

appears to fix wrong stacking #53

Closed jessicara closed 4 years ago

jessicara commented 4 years ago

Apparently the metadata was not updated with the size of a stack for an inserted item, so the percentages were wrong and the number of dropped items on change wrong for items where the maximum stack number is not 99.

In my own testing after this, it appears to not drop an obscene amount of stacks and the percentage full looks right.

Related: https://github.com/minetest-mods/drawers/issues/52