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

40 lines
974 B
JSON
Raw Permalink Normal View History

2019-10-18 01:20:35 +02:00
{
"display": {
"title": {
"text": "A Secret Tunnel"
},
"description": {
"text": "Description"
},
"icon": {
"item": "minecraft:water_bucket"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": true
},
"criteria": {
"tunnel": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "overworld",
"position": {
"x": {
"min": -17,
"max": 285
},
"y": {
"min": 30,
"max": 34
},
"z": {
"min": -250,
"max": -248
}
}
}
}
},
"parent": "adventure:root"
}