From 0aff0d6a557f5eb93e147eb134723a7a92ac6c4d Mon Sep 17 00:00:00 2001 From: Ben Maurer Date: Mon, 2 Aug 2021 22:20:17 -0500 Subject: [PATCH] -Fixes to previous --- data/canopy/advancements/alright_i_give_up.json | 2 +- data/canopy/advancements/far_out_man.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/data/canopy/advancements/alright_i_give_up.json b/data/canopy/advancements/alright_i_give_up.json index 8f534c3..7d5db40 100644 --- a/data/canopy/advancements/alright_i_give_up.json +++ b/data/canopy/advancements/alright_i_give_up.json @@ -1,7 +1,7 @@ { "display": { "icon": { - "item": "minecraft:elytra" + "item": "minecraft:netherite_boots" }, "title": "... Alright, I Give Up.", "description": "And you thought 100,000 was far...", diff --git a/data/canopy/advancements/far_out_man.json b/data/canopy/advancements/far_out_man.json index 5e944c9..8e6cede 100644 --- a/data/canopy/advancements/far_out_man.json +++ b/data/canopy/advancements/far_out_man.json @@ -17,7 +17,7 @@ "dimension": "the_end", "position": { "x": { - "min": 1000000.0 + "min": 100000.0 } } } @@ -28,7 +28,7 @@ "dimension": "the_end", "position": { "z": { - "min": 1000000.0 + "min": 100000.0 } } } @@ -39,7 +39,7 @@ "dimension": "the_end", "position": { "x": { - "max": -1000000.0 + "max": -100000.0 } } } @@ -50,7 +50,7 @@ "dimension": "the_end", "position": { "z": { - "max": -1000000.0 + "max": -100000.0 } } }