Make custom trade items support NBT tags
aks746 opened this issue · 3 comments
Hello. I am trying to add to the config new item to trade, but I don’t understand how to add items with NBT tags.
Like this items from Ancient Warfare 2:
ancientwarfarenpc:coin.withTag({metal: "gold"})
ancientwarfarenpc:coin.withTag({metal: "silver"})
How do I add these items to the config? Thank you in advance for your help!
Minecraft version: 1.12.2
Wizardry version: 4.2.11
Other mods involved: Ancient Warfare 2.7.0.772
It is not currently possible to add items with NBT tags. You can add items with metadata using the syntax modid:item:metadata
.
(I wonder why AW's coin values are specified with NBT? Seems like a very strange decision to me)
Actually, I might add this feature to a future version, I'll leave this open so I remember.