AOF7-Vocality/config/heracles/quests/farmeroworlds/The Basics of Cheese Making.json
2024-02-20 18:35:48 -06:00

60 lines
1.4 KiB
JSON

{
"dependencies": [
"Artificial Milk?",
"Milk"
],
"tasks": {
"meadow_cheese_press": {
"type": "heracles:item",
"item": "meadow:cheese_form",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
}
},
"rewards": {},
"display": {
"subtitle": {
"text": ""
},
"description": [
"Now that you have the milk you will need a cheese press to turn it into cheese and you will need renet made in the cauldron",
"<br/>",
"<br/>",
"The cheese press will turn villagers into cheesemakers, they will sell ingredients, cheeses and decorations to help you in your cheese making journey"
],
"groups": {
"Farmer O' Worlds": {
"position": [
-5,
-535
]
}
},
"icon": {
"item": {
"id": "meadow:cheese_form",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "The Basics of Cheese Making"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}