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

101 lines
2.1 KiB
JSON

{
"dependencies": [
"Farmer's Delight"
],
"tasks": {
"fdhf": {
"type": "heracles:item",
"item": "farmersdelight:horse_feed",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"fddf": {
"type": "heracles:item",
"item": "farmersdelight:dog_food",
"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:hay_block",
"count": 1
},
"type": "heracles:item"
},
"2": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "farmersdelight:rice",
"count": 2
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"Wolves and horses also get a treat! These foods will give them some helpful effects"
],
"groups": {
"Farmer O' Worlds": {
"position": [
-290,
100
]
}
},
"icon": {
"item": {
"id": "farmersdelight:horse_feed",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Pet Food"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}