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

101 lines
2.0 KiB
JSON

{
"dependencies": [
"The Keg"
],
"tasks": {
"bcwd": {
"type": "heracles:item",
"item": "brewinandchewin:withering_dross",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"bcrr": {
"type": "heracles:item",
"item": "brewinandchewin:red_rum",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
}
},
"rewards": {
"1": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "minecraft:shroomlight",
"count": 1
},
"type": "heracles:item"
},
"2": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "minecraft:fermented_spider_eye",
"count": 1
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"A collection of drinks made with a hot keg"
],
"groups": {
"Farmer O' Worlds": {
"position": [
-635,
-90
]
}
},
"icon": {
"item": {
"id": "brewinandchewin:red_rum",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Hot Drinks"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}