Issue with using tags on quests
JPearl-git opened this issue ยท 1 comments
Hi I was trying to make a quest with potions, but it kept causing the game to crash when opening the quest menu. Does VillagerQuests support tags or nbts?
{
"id": 3,
"title": "Health Care",
"type": "",
"profession": "cleric",
"task": [
"submit",
"minecraft:potion{Potion:healing}",
3
],
"description": "The cleric is in constant need of healing potions, can you provide some help?",
"refresh": 4320000,
"experience": 10,
"reward": [
"minecraft:emerald",
2
]
}