Items do not stack
Leialoha opened this issue ยท 1 comments
Describe
Whenever using the Inventory Manager, any items placed into a container (like a barrel) the item gets {tag:{}}
added to it's NBT. This make it so new crafted items do no stack with items taken out of the barrel (unless the item is sent to the barrel).
Steps to reproduce
- Use peripheral
inventoryManager
- Get the item from the players inventory using
manager.getItems()
- Set the items "fromSlot" nbt to the item's slot
- Use
manager.removeItemFromPlayerNBT()
You can use my script from here to test this out.
Multiplayer?
Yes
Version
1.18.2-0.7.31r (Latest 1.18.2)
Minecraft, Forge and maybe other related mods versions
Forge 40.2.4 Minecraft 1.18.2
Screenshots or Videos
No response
Crashlog/log
No response