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

87 lines
1.6 KiB
JSON

{
"dependencies": [
"Breads"
],
"tasks": {
"bcb": {
"type": "heracles:item",
"item": "bakery:crusty_bread",
"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": "bakery:yeast",
"count": 4
},
"type": "heracles:item"
},
"2": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "minecraft:water_bucket",
"count": 4
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
""
],
"groups": {
"Farmer O' Worlds": {
"position": [
-290,
-235
]
}
},
"icon": {
"item": {
"id": "bakery:crusty_bread",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Crusty Bread"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}