Project Expansion

Project Expansion

4M Downloads

[BUG]: projectexpansion:transmutation_interface

gjmhmm8 opened this issue · 11 comments

commented

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

commented

You might need to be a bit more clear about what you mean by "last 1".

commented

1 item and 2 items can't be storged with no disk

commented

Item.of('ae2:item_storage_cell_64k', '{amts:[L;1L],ic:1L,keys:[{"#c":"ae2:i",id:"minecraft:iron_ingot",tag:{display:{Name:'{"text":"ingot"}'}}}]}')
Snipaste_2024-02-01_07-15-47

commented

I have no idea what you're getting at here, but I can't find any bug within basic usage of a transmutation interface

commented

/give @p minecraft:iron_ingot{display:{Name:'{"text":"ingot"}'}} 64

commented

last 1 item in ae

commented

you can try yourself

commented

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

commented

it will be disappear,the num change from 64 to2

commented

If that is the problem, then yes, that's very much intentional
https://github.com/DonovanDMC/ProjectExpansion/wiki/Transmutation-Interface#nbt-filtering

commented
test.mp4