Compare commits
No commits in common. "78d81e15cbc1e81beac9baebf84c988938463214" and "e6a262d13e788f62c549f511e01f884fde901401" have entirely different histories.
78d81e15cb
...
e6a262d13e
|
@ -16,7 +16,7 @@
|
|||
"dimension": "minecraft:overworld",
|
||||
"position": {
|
||||
"x": {
|
||||
"min": 31990
|
||||
"min": 49999
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -27,7 +27,7 @@
|
|||
"dimension": "minecraft:overworld",
|
||||
"position": {
|
||||
"x": {
|
||||
"max": -31990
|
||||
"max": -49999
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -38,7 +38,7 @@
|
|||
"dimension": "minecraft:overworld",
|
||||
"position": {
|
||||
"z": {
|
||||
"min": 31990
|
||||
"min": 49999
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -49,7 +49,7 @@
|
|||
"dimension": "minecraft:overworld",
|
||||
"position": {
|
||||
"z": {
|
||||
"max": -31990
|
||||
"max": -49999
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue