AOF7-Vocality/config/heracles/quests/farmeroworlds/Shepherd's Pie.json
2024-02-20 18:35:48 -06:00

116 lines
2.3 KiB
JSON

{
"dependencies": [
"Feasts for a King"
],
"tasks": {
"fdsp": {
"type": "heracles:item",
"item": "farmersdelight:shepherds_pie_block",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"fdspb": {
"type": "heracles:item",
"item": "farmersdelight:shepherds_pie",
"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": "farmersdelight:milk_bottle",
"count": 1
},
"type": "heracles:item"
},
"2": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "farmersdelight:cooked_mutton_chops",
"count": 3
},
"type": "heracles:item"
},
"3": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "minecraft:bowl",
"count": 1
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"Can fill up to 4 bowls"
],
"groups": {
"Farmer O' Worlds": {
"position": [
-390,
-85
]
}
},
"icon": {
"item": {
"id": "farmersdelight:shepherds_pie_block",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Shepherd's Pie"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}