diff --git a/data/locations/advancements/enter_idiot_territory.json b/data/locations/advancements/enter_idiot_territory.json index 2289a7e..5c56fbf 100644 --- a/data/locations/advancements/enter_idiot_territory.json +++ b/data/locations/advancements/enter_idiot_territory.json @@ -20,6 +20,10 @@ "min": -860, "max": -560 }, + "y": { + "min": 40, + "max": 250 + }, "z": { "min": -2540, "max": -2040 diff --git a/data/locations/advancements/watch_for_anvils.json b/data/locations/advancements/watch_for_anvils.json new file mode 100644 index 0000000..bfc7d66 --- /dev/null +++ b/data/locations/advancements/watch_for_anvils.json @@ -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 + } + } + } + } + } +} +