AOF7-Vocality/config/heracles/quests/farmeroworlds/Tools of a Chef.json
2024-02-20 18:35:48 -06:00

129 lines
2.8 KiB
JSON

{
"dependencies": [
"Croptopia1"
],
"tasks": {
"ct2": {
"type": "heracles:item",
"item": "croptopia:frying_pan",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"ct": {
"type": "heracles:item",
"item": "croptopia:cooking_pot",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"ct1": {
"type": "heracles:item",
"item": "croptopia:food_press",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"ct0": {
"type": "heracles:item",
"item": "croptopia:mortar_and_pestle",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
}
},
"rewards": {
"toolschef1": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "minecraft:glass_bottle",
"count": 1
},
"type": "heracles:item"
},
"toolschef2": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "croptopia:lemon",
"count": 1
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"Having the right ingredients isn't enough, you also need the right tools to be a chef, you will need 4 basic tools that will allow you to cook all the foods that /a/Croptopia/a/ has"
],
"groups": {
"Farmer O' Worlds": {
"position": [
-50,
75
]
}
},
"icon": {
"item": {
"id": "croptopia:frying_pan",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Tools of a Chef"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}