Add 'data/locations/advancements/canopy_gardens'
parent
ebf2f95522
commit
25b41949b9
|
@ -0,0 +1,35 @@
|
||||||
|
{
|
||||||
|
"display": {
|
||||||
|
"icon": {
|
||||||
|
"item": "minecraft:peony"
|
||||||
|
},
|
||||||
|
"title": "Canopy Gardens",
|
||||||
|
"description": "Which bunny is the real easter bunny? Come to N 506 and find out! I still have no idea hehee...!",
|
||||||
|
"frame": "task",
|
||||||
|
"show_toast": true,
|
||||||
|
"announce_to_chat": true
|
||||||
|
},
|
||||||
|
"parent": "locations:landmarks",
|
||||||
|
"criteria": {
|
||||||
|
"be_near": {
|
||||||
|
"trigger": "minecraft:location",
|
||||||
|
"conditions": {
|
||||||
|
"dimension": "minecraft:overworld",
|
||||||
|
"position": {
|
||||||
|
"x": {
|
||||||
|
"min": 2000,
|
||||||
|
"max": 2400
|
||||||
|
},
|
||||||
|
"y": {
|
||||||
|
"min": 100,
|
||||||
|
"max": 165
|
||||||
|
},
|
||||||
|
"z": {
|
||||||
|
"min": -4225,
|
||||||
|
"max": -3925
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue