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 } } }