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

103 lines
2.1 KiB
JSON

{
"dependencies": [
"Farming for Blockheads"
],
"tasks": {
"ffbft": {
"type": "heracles:item",
"item": "farmingforblockheads:feeding_trough",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"ffben": {
"type": "heracles:item",
"item": "farmingforblockheads:chicken_nest",
"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": "minecraft:egg",
"count": 16
},
"type": "heracles:item"
},
"2": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "minecraft:wheat",
"count": 16
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"Chicken nests are an easy way to collect eggs",
"<br/>",
"Feeding troughs are an easy way to breed animals"
],
"groups": {
"Farmer O' Worlds": {
"position": [
-35,
-160
]
}
},
"icon": {
"item": {
"id": "farmingforblockheads:chicken_nest",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Animal Husbandry"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}