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.
parent
88ff97d6da
commit
3adf72494e
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue