- Added watch_for_anvils

master
Ben Maurer 2021-07-30 18:45:44 -05:00
parent b5a94b9c7f
commit 76d926e024
2 changed files with 40 additions and 0 deletions

View File

@ -20,6 +20,10 @@
"min": -860,
"max": -560
},
"y": {
"min": 40,
"max": 250
},
"z": {
"min": -2540,
"max": -2040

View File

@ -0,0 +1,36 @@
{
"display": {
"icon": {
"item": "minecraft:damaged_anvil"
},
"title": "Watch for falling anvils!",
"description": "Visit Glueland at N 232",
"frame": "task",
"show_toast": false,
"announce_to_chat": true
},
"parent": "locations:based",
"criteria": {
"be_near": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:overworld",
"position": {
"x": {
"min": -1000,
"max": -950
},
"y": {
"min": 55,
"max": 250
},
"z": {
"min": 1850,
"max": 1910
}
}
}
}
}
}