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

93 lines
2.1 KiB
JSON

{
"dependencies": [
"Trees"
],
"tasks": {
"vc": {
"type": "heracles:item",
"item": "vinery:cherry",
"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": "vinery:cherry_sapling",
"count": 2
},
"type": "heracles:item"
},
"2": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "minecraft:bone_meal",
"count": 16
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"Cherry trees can be found in meadows, plains and sunflower plains, markets and winemaker villagers will also sell their saplings",
" ",
" ",
"Cherry trees have leaves which can be right clicked to get cherries which will be necessary for some wines",
" ",
" ",
"Cherry trees also have a unique wood that allows to make traditional decorations like fences and slabs and unique ones like tables and chairs"
],
"groups": {
"Farmer O' Worlds": {
"position": [
400,
-60
]
}
},
"icon": {
"item": {
"id": "vinery:cherry_sapling",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Cherry Trees"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}