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

72 lines
1.6 KiB
JSON

{
"dependencies": [
"Utilities"
],
"tasks": {
"vwr": {
"type": "heracles:item",
"item": "vinery:cherry_wine_rack_mid",
"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_wine",
"count": 1
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"The wine rack allows storing 1 of your favourite big wine in a stylish manner, the door can be opened and closed with shift right click and the wine can be placed and picked up with right click"
],
"groups": {
"Farmer O' Worlds": {
"position": [
240,
120
]
}
},
"icon": {
"item": {
"id": "vinery:cherry_wine_rack_mid",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Wine Rack"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}