Started by
Foxyas
on
Topic category: Help with Minecraft modding (Java Edition)
all you need is add "nbt": "{nbt:\"nbt:nbt\"}"
if your nbt use " like {potion:"minecraft:slowness"}
you go need use \ in start of " and before of " like
"nbt": "{Potion:\"minecraft:slowness\"}"
if not you just need use the all nbt without \\
Hope this helps
real example
Could you also state the values for enchantments?
Thanks !