AOF7-Vocality/config/heracles/quests/farmeroworlds/Brews.json
2024-02-20 18:35:48 -06:00

156 lines
3.4 KiB
JSON

{
"dependencies": [
"Brewing Tools"
],
"tasks": {
"hb_yerba_mate_tea": {
"type": "heracles:item",
"item": "herbalbrews:yerba_mate_tea",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"hb_lavender_tea": {
"type": "heracles:item",
"item": "herbalbrews:lavender_tea",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"hb_oolong_tea": {
"type": "heracles:item",
"item": "herbalbrews:oolong_tea",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"hb_black_tea": {
"type": "heracles:item",
"item": "herbalbrews:black_tea",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"hb_coffee": {
"type": "heracles:item",
"item": "herbalbrews:coffee",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"hb_green_tea": {
"type": "heracles:item",
"item": "herbalbrews:green_tea",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"hb_rooibos_tea": {
"type": "heracles:item",
"item": "herbalbrews:rooibos_tea",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
}
},
"rewards": {
"hb_sugar": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "minecraft:sugar",
"count": 16
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"These are the brews made in a tea kettle, they give positive effects and some can be affect your nearby friends or pets"
],
"groups": {
"Farmer O' Worlds": {
"position": [
-115,
-430
]
}
},
"icon": {
"item": {
"id": "herbalbrews:black_tea",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Brews"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}