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.

master
Ben Maurer 2022-01-25 16:20:08 -06:00
parent 88ff97d6da
commit 3adf72494e
1 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@
"dimension": "minecraft:overworld", "dimension": "minecraft:overworld",
"position": { "position": {
"x": { "x": {
"min": 49999 "min": 31990
} }
} }
} }
@ -27,7 +27,7 @@
"dimension": "minecraft:overworld", "dimension": "minecraft:overworld",
"position": { "position": {
"x": { "x": {
"max": -49999 "max": -31990
} }
} }
} }
@ -38,7 +38,7 @@
"dimension": "minecraft:overworld", "dimension": "minecraft:overworld",
"position": { "position": {
"z": { "z": {
"min": 49999 "min": 31990
} }
} }
} }
@ -49,7 +49,7 @@
"dimension": "minecraft:overworld", "dimension": "minecraft:overworld",
"position": { "position": {
"z": { "z": {
"max": -49999 "max": -31990
} }
} }
} }