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

157 lines
3.4 KiB
JSON

{
"dependencies": [
"Ingredient Duplication"
],
"tasks": {
"fdcb": {
"type": "heracles:item",
"item": "farmersdelight:cooked_bacon",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"fdbp": {
"type": "heracles:item",
"item": "farmersdelight:beef_patty",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"fdcmc": {
"type": "heracles:item",
"item": "farmersdelight:cooked_mutton_chops",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"fdccc": {
"type": "heracles:item",
"item": "farmersdelight:cooked_chicken_cuts",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"fdccs": {
"type": "heracles:item",
"item": "farmersdelight:cooked_cod_slice",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"fdcss": {
"type": "heracles:item",
"item": "farmersdelight:cooked_salmon_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": "minecraft:charcoal",
"count": 8
},
"type": "heracles:item"
},
"2": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "minecraft:smoker",
"count": 1
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"All meat and fish cuts can be cooked either for other recipes or to just have a better snack"
],
"groups": {
"Farmer O' Worlds": {
"position": [
-325,
-100
]
}
},
"icon": {
"item": {
"id": "farmersdelight:beef_patty",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Cooked Cuts"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}