AOF7-Vocality/config/heracles/quests/farmeroworlds/Baked Fish Stew.json
2024-02-20 18:35:48 -06:00

171 lines
3.8 KiB
JSON

{
"dependencies": [
"The Fish"
],
"tasks": {
"ndbbs": {
"type": "heracles:item",
"item": "netherdepthsupgrade:baked_blazefish_stew",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"ndbss": {
"type": "heracles:item",
"item": "netherdepthsupgrade:baked_soulsucker_stew",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"ndbscs": {
"type": "heracles:item",
"item": "netherdepthsupgrade:baked_searing_cod_stew",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"ndbmcfs": {
"type": "heracles:item",
"item": "netherdepthsupgrade:baked_magmacubefish_stew",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"ndbgs": {
"type": "heracles:item",
"item": "netherdepthsupgrade:baked_glowdine_stew",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"ndblps": {
"type": "heracles:item",
"item": "netherdepthsupgrade:baked_lava_pufferfish_stew",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"ndbos": {
"type": "heracles:item",
"item": "netherdepthsupgrade:baked_obsidianfish_stew",
"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": "create:blaze_burner",
"count": 1
},
"type": "heracles:item"
},
"2": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "minecraft:charcoal",
"count": 8
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"Baked fish stews are another highly nourishing way of preparing your fish, in this case they can only be made with a Create heated mixer"
],
"groups": {
"Farmer O' Worlds": {
"position": [
-500,
110
]
}
},
"icon": {
"item": {
"id": "netherdepthsupgrade:baked_searing_cod_stew",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Baked Fish Stew"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}