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

58 lines
1.2 KiB
JSON

{
"dependencies": [
"Berries Assemble"
],
"tasks": {
"sbib": {
"type": "heracles:item",
"item": "strangeberries:invisibility_berries",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
}
},
"rewards": {},
"display": {
"subtitle": {
"text": ""
},
"description": [
"Found in ancient cities on skulk or deepslate",
"<br/>",
"Can be used to make invisibility potions"
],
"groups": {
"Farmer O' Worlds": {
"position": [
-205,
209
]
}
},
"icon": {
"item": {
"id": "strangeberries:invisibility_berries",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Invisibility Berries"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}