Topic category: Troubleshooting, bugs, and solutions
When run within the MCreator environment, nothing out of the ordinary happens, but in the exported version items sometimes do not stack while being harvested. This includes things like logs from the same tree.
One user pointed out a possible error related to "ItemStack#getOrCreateTag() "
Most notably, this only happens if the items are collected individually while breaking blocks, and the stacks will merge after a while if thrown on the ground.
How can I fix this for the useres of my mod so that they don't have to deal with their inventory being cluttered with items that randomly don't stack together.
Currently using version 2023.1.10610 of MCreator, but have updated a couple times while building this mod.