minecraft-datapacks/datapacks/dodsorfas_advancements/data/adventure/advancements/vb_base.json

41 lines
1016 B
JSON
Raw Normal View History

2019-10-18 01:20:35 +02:00
{
"display": {
"title": {
"text": "Woodbear",
"color": "white"
},
"description": {
"text": "Find vebjørns wacky mansion"
},
"icon": {
"item": "minecraft:oak_wood"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"base": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "overworld",
"position": {
"x": {
"min": -146,
"max": -118
},
"y": {
"min": 84,
"max": 166
},
"z": {
"min": -298,
"max": -265
}
}
}
}
},
"parent": "adventure:forskern"
}