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

72 lines
1.5 KiB
JSON

{
"dependencies": [
"Utilities"
],
"tasks": {
"vwb": {
"type": "heracles:item",
"item": "vinery:wine_box",
"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:wine_bottle",
"count": 2
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"The wine box is a stylish of storing and displaying your favourite small wine, it can be opened and closed by shift right clicking with an empty hand, the wine can be placed and picked up with right click"
],
"groups": {
"Farmer O' Worlds": {
"position": [
200,
90
]
}
},
"icon": {
"item": {
"id": "vinery:wine_box",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Wine Box"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}