- Added watch_for_anvils
parent
b5a94b9c7f
commit
76d926e024
|
@ -20,6 +20,10 @@
|
|||
"min": -860,
|
||||
"max": -560
|
||||
},
|
||||
"y": {
|
||||
"min": 40,
|
||||
"max": 250
|
||||
},
|
||||
"z": {
|
||||
"min": -2540,
|
||||
"max": -2040
|
||||
|
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue