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

144 lines
3.0 KiB
JSON

{
"dependencies": [
"Kettle"
],
"tasks": {
"frcc": {
"type": "heracles:item",
"item": "farmersrespite:coffee_cake",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"frrhp": {
"type": "heracles:item",
"item": "farmersrespite:rose_hip_pie",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"frccs": {
"type": "heracles:item",
"item": "farmersrespite:coffee_cake_slice",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"frrhps": {
"type": "heracles:item",
"item": "farmersrespite:rose_hip_pie_slice",
"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": "croptopia:coffee_beans",
"count": 2
},
"type": "heracles:item"
},
"2": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "farmersdelight:milk_bottle",
"count": 2
},
"type": "heracles:item"
},
"3": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "minecraft:egg",
"count": 1
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"These two foods can be placed down and eaten from there or be cut into slices on a cutting board"
],
"groups": {
"Farmer O' Worlds": {
"position": [
-720,
50
]
}
},
"icon": {
"item": {
"id": "farmersrespite:coffee_cake",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Cake and Pie"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}