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

87 lines
1.7 KiB
JSON

{
"dependencies": [
"Bakery"
],
"tasks": {
"by": {
"type": "heracles:item",
"item": "bakery:yeast",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
}
},
"rewards": {
"yeast1": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "minecraft:brown_mushroom",
"count": 8
},
"type": "heracles:item"
},
"yeast2": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "minecraft:sugar",
"count": 8
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"An essential ingredient for many pastries and also useful for making a more efficiente wheat dough recipe"
],
"groups": {
"Farmer O' Worlds": {
"position": [
-105,
-240
]
}
},
"icon": {
"item": {
"id": "bakery:yeast",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Yeast"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}