[BUG]: projectexpansion:transmutation_interface
gjmhmm8 opened this issue · 11 comments
Description
items with emc and nbt put in projectexpansion:transmutation_interface will last 1
Minecraft Version
1.20.1
ProjectExpansion Version
1.0.0
Forge Version
47.2.19
Reproduction Steps
1 put projectexpansion:transmutation_interface and ae2:storage_bus
2 put items in ae like this Item.of('minecraft:iron_ingot', 64, "{display:{Name:'{"text":"ingot"}'}}")
3 it will be last 1
Crash Report/Logs
crash-2024-02-01_07.01.03-client.txt
latest.log
Other Mods
ATM 9 with projecte and this
I have no idea what you're getting at here, but I can't find any bug within basic usage of a transmutation interface
/give @p minecraft:iron_ingot{display:{Name:'{"text":"ingot"}'}} 64
I think the bug he's getting at is that the interface (whether on AE's side or Expansion's) doesn't recognize an iron ingot with a different NBT tag as a plain iron ingot, which... isn't a bug, to my knowledge? The game uses NBT tags to differentiate other items like potions or enchantments, so it makes sense that if you add an NBT tag to an item, it would stop registering that item as the same as one without that tag
If that is the problem, then yes, that's very much intentional
https://github.com/DonovanDMC/ProjectExpansion/wiki/Transmutation-Interface#nbt-filtering