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

75 lines
1.6 KiB
JSON

{
"dependencies": [
"Grapes"
],
"tasks": {},
"rewards": {
"1": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "vinery:jungle_grape_seeds_white",
"count": 4
},
"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": [
"These grapes can be found in jungles and it's subvariants",
" ",
" ",
"They can be planted on any wall or on a lattice for extra grapes and growth speed, the lattice must be on a wall"
],
"groups": {
"Farmer O' Worlds": {
"position": [
400,
90
]
}
},
"icon": {
"item": {
"id": "vinery:jungle_grapes_white",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "White Jungle Grapes"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}