[1.20.1] Simulation Chamber breaks NBT tags in other inventories
RingOfSouls opened this issue · 2 comments
I played for a while on the Forge 1.20.1 modpack with HNN, already set up automation, and started noticing that some resources stopped stacking and being recognized for autocrafting in the AE2 system.
After investigating, I figured out that the Simulation Chamber, upon placement and subsequent ticks, inserts the NBT tag 'data_model' into all ItemStack.EMPTY items in nearby inventories, including the player’s inventory. However, I was unable to figure out how this tag is being added to the items.
How to reproduce the bug:
- Install Forge 1.20.1 client
- Install mods HNN-5.3.1, Placebo-8.6.2, CraftTweaker-14.0.43 (the last one to check NBT tags of slots)
- Run the /ct hand command and ensure there’s no additional NBT tag
- Place the Simulation Chamber block and go through the slots using the /ct hand command
It's probably just mutating the global ItemStack.EMPTY field. What side effects is this causing? The empty stack is always empty regardless of any junk nbt that might be attatched to it