[1.20.1] Fusion AE2 patterns do not complete with returned items
WarmWelcome opened this issue · 2 comments
Base information
- Minecraft version: 1.20.1
- Mod version: 3.1.2.604
- Minecraft Forge version: 47.4.0
- Mod Pack: Skyfactory 5 version 5.0.8
Description / steps to reproduce:
Returned items for fusion crafting do not complete ME processing patterns in applied energistics version 15.3.3. I suspect that this is due to the serial (visible in the ME system) being different from the one set in the processing pattern, even from empty to any serial. I think that this may be the case because when I change the pattern from the autofilled one to one that I had crafted with a serial, the ME system saw it as an existing item and hid the recipe, whereas before it did not hide the recipe.
Replication steps:
- Create processing pattern in ME system for fusion to create an item (e.g. a wyvern capacitor)
- Autocraft item using ME system
- Crafted item is returned to pattern provider
- Pattern provider (and ME system) will not recognize that the item has been made
Pastebin
Let me know if I need to submit something for this. No logs I think.
this is probably related to a common issue caused by how Applied Energistics checks the nbt data of inserted items, if the returned item doesn´t has the EXACT same nbt data of the item used as the output of the pattern, it will not be recognized as the correct result, this has been a common issue for years, all the way going back to 1.12.2, or possibly even older minecraft versions
this is probably related to a common issue caused by how Applied Energistics checks the nbt data of inserted items, if the returned item doesn´t has the EXACT same nbt data of the item used as the output of the pattern, it will not be recognized as the correct result, this has been a common issue for years, all the way going back to 1.12.2, or possibly even older minecraft versions
Gotcha. That is pretty annoying lol.