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

161 lines
3.7 KiB
JSON

{
"dependencies": [
"Bakery"
],
"tasks": {
"bt": {
"type": "heracles:item",
"item": "bakery:tray",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"bbs": {
"type": "heracles:item",
"item": "bakery:kitchen_sink",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"bbk": {
"type": "heracles:item",
"item": "bakery:bread_knife",
"nbt": {
"Damage": 0
},
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"bcs": {
"type": "heracles:item",
"item": "bakery:cake_stand",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"bbb": {
"type": "heracles:item",
"item": "bakery:breadbox",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
}
},
"rewards": {
"bakingutitlies1": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "bakery:iron_chair",
"count": 1
},
"type": "heracles:item"
},
"bakingutilities2": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "bakery:iron_table",
"count": 1
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"A true baker won't accept just having the basics, these are some useful but not necessary utilities that a true dedicated baker would always want to have",
"<br/>",
"<br/>",
"The cake stand displays cakes, tarts and pies but it can also be used for other food items",
"<br/>",
"<br/>",
"The bread box displays bread in a more aesthetic way, it can also store other foods",
"<br/>",
"<br/>",
"The tray can hold a few foods or display a cake, tart or pie",
"<br/>",
"<br/>",
"The brick sink is an aesthetic way of having infinite water in your kitchen, simply click on it to fill it with water",
"<br/>",
"<br/>",
"The bread knife allows cutting cakes, tarts and pies into easy to carry slices"
],
"groups": {
"Farmer O' Worlds": {
"position": [
-105,
-140
]
}
},
"icon": {
"item": {
"id": "bakery:cake_stand",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Baking Utilities"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}