- Editing to 49999 due to vanilla hard border

master
Ben Maurer 2021-07-28 18:35:48 -05:00
parent 357f757bb0
commit 11a6059299
1 changed files with 4 additions and 4 deletions

View File

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