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

171 lines
3.6 KiB
JSON

{
"dependencies": [
"Farmer's Delight"
],
"tasks": {
"fdfe": {
"type": "heracles:item",
"item": "farmersdelight:fried_egg",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"fdsp": {
"type": "heracles:item",
"item": "farmersdelight:steak_and_potatoes",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"fdr": {
"type": "heracles:item",
"item": "farmersdelight:ratatouille",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"fdgs": {
"type": "heracles:item",
"item": "farmersdelight:grilled_salmon",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"fdrmc": {
"type": "heracles:item",
"item": "farmersdelight:roasted_mutton_chops",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"fdbbqs": {
"type": "heracles:item",
"item": "farmersdelight:barbecue_stick",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"fdbe": {
"type": "heracles:item",
"item": "farmersdelight:bacon_and_eggs",
"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": "minecraft:egg",
"count": 8
},
"type": "heracles:item"
},
"2": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "minecraft:cooked_beef",
"count": 2
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"A collection of miscellaneous cooked foods"
],
"groups": {
"Farmer O' Worlds": {
"position": [
-315,
100
]
}
},
"icon": {
"item": {
"id": "farmersdelight:barbecue_stick",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Other Foods"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}