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

87 lines
1.8 KiB
JSON

{
"dependencies": [
"Equipment"
],
"tasks": {
"vab": {
"type": "heracles:item",
"item": "vinery:fermentation_barrel",
"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": "vinery:red_grapejuice_wine_bottle",
"count": 2
},
"type": "heracles:item"
},
"2": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "vinery:white_grapejuice_wine_bottle",
"count": 2
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"The aging barrel is where wines are made, here you put grape juice, ingredients and a wine bottle to get a wine"
],
"groups": {
"Farmer O' Worlds": {
"position": [
350,
-140
]
}
},
"icon": {
"item": {
"id": "vinery:fermentation_barrel",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Aging Barrel"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}