Tech Reborn storage units not keeping meta data/stored item contents
Technici4n opened this issue ยท 5 comments
Describe the bug
TeamAOF/All-of-Fabric-3#153
Translation: Items with NBT data is wiped when placed in a storage unit. As it only saves the item and the amount, I didn't think about the NBT data. A solution to this would to also store the item's NBT data alongside the item and amount (Also don't allow items with multiple NBT). Seems simple enough to fix, if no one else fixes this, I'll do it next week.
I think there is no point to store items with NBT at all. Most of them will be a single item stored in storage. For example, energy is stored in NBT, and same Basic Drill with different amount of energy won't stack. Same applies for enchants, portable storages, etc
I think there is no point to store items with NBT at all. Most of them will be a single item stored in storage. For example, energy is stored in NBT, and same Basic Drill with different amount of energy won't stack. Same applies for enchants, portable storages, etc
Either way, it should either reject items with NBT or store it. Not wipe the item.
It appears this is not an issue apparently ? https://streamable.com/tqwbdp
Would require testing with danks specifically...