Adding custom trade items with NBT tags from other mods
silentSquid opened this issue ยท 1 comments
Fabric 1.20.1
Hello!
I'm wondering if anyone can help me figure out how to write custom trades for vanity designs with VillagersPlus mod.
The nbt for vanity design from Gumillea Twilight Zone reads {Design: {Id: "vanity_twilight_zone:polar_night"}}
I've tried a few things: adding an entry for design and id with the design name but only the empty design sheet shows up in trades.
"sell": {
"item": "vanity:design",
"count": 1,
"id": "vanity_twilight_zone:polar_night"
},
latest attempt:
Appreciate any help!
๐๐๐
Sorry, I just saw this. I made a data pack for adding stuff from the clutter mod:
https://github.com/AlternateEarth/villagerplus-clutter-coral
Maybe that example can help.


