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

69 lines
1.3 KiB
JSON

{
"dependencies": [
"Bakery"
],
"tasks": {
"bb": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"type": "heracles:check"
}
},
"rewards": {
"1": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "minecraft:bread",
"count": 16
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"A collection of different types of bread, they can all be placed for decoration and even stacked"
],
"groups": {
"Farmer O' Worlds": {
"position": [
-230,
-220
]
}
},
"icon": {
"item": {
"id": "minecraft:bread",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Breads"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}