From 3adf72494ef4c31f05afcfb56b1b596db9ebdf08 Mon Sep 17 00:00:00 2001 From: Ben Maurer Date: Tue, 25 Jan 2022 16:20:08 -0600 Subject: [PATCH] Updating the world border in feeling_caged_in.json so Fuji can immediately get the advancement and didnt go out to the border for nothing. --- data/canopy/advancements/feeling_caged_in.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/canopy/advancements/feeling_caged_in.json b/data/canopy/advancements/feeling_caged_in.json index 17317b2..31daf49 100644 --- a/data/canopy/advancements/feeling_caged_in.json +++ b/data/canopy/advancements/feeling_caged_in.json @@ -16,7 +16,7 @@ "dimension": "minecraft:overworld", "position": { "x": { - "min": 49999 + "min": 31990 } } } @@ -27,7 +27,7 @@ "dimension": "minecraft:overworld", "position": { "x": { - "max": -49999 + "max": -31990 } } } @@ -38,7 +38,7 @@ "dimension": "minecraft:overworld", "position": { "z": { - "min": 49999 + "min": 31990 } } } @@ -49,7 +49,7 @@ "dimension": "minecraft:overworld", "position": { "z": { - "max": -49999 + "max": -31990 } } }