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

87 lines
1.9 KiB
JSON

{
"dependencies": [
"The Fish"
],
"tasks": {
"ndlg": {
"type": "heracles:item",
"item": "netherdepthsupgrade:lava_glass",
"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": "netherdepthsupgrade:eyeball_fish",
"count": 3
},
"type": "heracles:item"
},
"2": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "netherdepthsupgrade:fortress_grouper_plate",
"count": 3
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"Lava glass allows to completely see through lava, it will be useful for finding fish in the nether, ores under lava pools or to simply have a lava aquarium"
],
"groups": {
"Farmer O' Worlds": {
"position": [
-500,
75
]
}
},
"icon": {
"item": {
"id": "netherdepthsupgrade:lava_glass",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Lava Glass"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}