Compare commits
2 Commits
e6a262d13e
...
78d81e15cb
Author | SHA1 | Date |
---|---|---|
Ben Maurer | 78d81e15cb | |
Ben Maurer | 3adf72494e |
|
@ -16,7 +16,7 @@
|
|||
"dimension": "minecraft:overworld",
|
||||
"position": {
|
||||
"x": {
|
||||
"min": 49999
|
||||
"min": 31990
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -27,7 +27,7 @@
|
|||
"dimension": "minecraft:overworld",
|
||||
"position": {
|
||||
"x": {
|
||||
"max": -49999
|
||||
"max": -31990
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -38,7 +38,7 @@
|
|||
"dimension": "minecraft:overworld",
|
||||
"position": {
|
||||
"z": {
|
||||
"min": 49999
|
||||
"min": 31990
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -49,7 +49,7 @@
|
|||
"dimension": "minecraft:overworld",
|
||||
"position": {
|
||||
"z": {
|
||||
"max": -49999
|
||||
"max": -31990
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue