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

116 lines
2.4 KiB
JSON

{
"dependencies": [
"Cheese Making"
],
"tasks": {
"bcps": {
"type": "heracles:item",
"item": "brewinandchewin:pizza_slice",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"bcp": {
"type": "heracles:item",
"item": "brewinandchewin:pizza",
"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": "brewinandchewin:flaxen_cheese_wedge",
"count": 3
},
"type": "heracles:item"
},
"2": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "minecraft:wheat",
"count": 3
},
"type": "heracles:item"
},
"3": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "farmersdelight:beef_patty",
"count": 1
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"The pizza can be placed down and you will be able to get slices of it without using a knife"
],
"groups": {
"Farmer O' Worlds": {
"position": [
-775,
0
]
}
},
"icon": {
"item": {
"id": "brewinandchewin:pizza",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Pizza"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}