Polymorph doesn't work with recipes that result in the same item with different NBT
TacticalHampster opened this issue ยท 0 comments
Versions (Be specific, do not write "latest"):
- Polymorph: 1.16.5-0.40
- Forge: 36.2.20
Observed Behavior:
- Polymorph did not recognize a conflict between CraftTweaker-added recipes that result in the same item but with different NBT data.
Expected Behavior:
- Polymorph should have allowed me to polymorph the different results.
Steps to Reproduce:
- Install CraftTweaker and Polymorph.
- In the CraftTweaker scripts file create two identical recipes with the same output, but change the NBT data on one of them.
- Attempt to craft.
Specifically, I was adding recipes for a bunch of auto-generated Xeno's Reliquary mob charms and I tried to make all of the charms for zombie variants have the same recipe, but it didn't work.