Inventory manager causes items to stop stacking
1Euro7Cent opened this issue ยท 1 comments
Describe
I have a computer that is supplying me constantly with items. One of witch are apples. Then I noticed that apples in my inventory and apples in the me system don't stack anymore. I looked into the item data and the mod appends "tag:{}" to the data
Steps to reproduce
- have an apple in the inventory.
- have a cc computer and the inventory manager attached and linked
- put apple in main hand and run this:
/data get entity @s SelectedItem
. See that notag:{}
is there - call
manager.getItems()
- put apple in main hand and run this:
/data get entity @s SelectedItem
see thattag:{}
appeared. - after the
tag:{}
got added see that the apple doesn't stack anymore with fresh items from creative inventory
Multiplayer?
Yes
Version
1.19.2-0.7.27r (Latest 1.19.2)
Minecraft, Forge and maybe other related mods versions
Forge 43.2.0; Minecraft 1.19.2
Screenshots or Videos
Crashlog/log
No response