#How do you apply tags or specify a potion? (Quick question)
5 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
iirc it is just nbt data, try this ^^?
Item.of('minecraft:potion', {Potion: "minecraft:swiftness"})
That might be one way, but I did find:
"type": "forge:nbt",
"item": "minecraft:potion",
"nbt": "{Potion:\"minecraft:swiftness\"}"
},```
Just now. Both might work though. A second way is always nice to have.