-Fixed location for glueland

master
Ben Maurer 2021-07-30 21:27:22 -05:00
parent cad4a24109
commit de2a513fd6
1 changed files with 4 additions and 4 deletions

View File

@ -17,16 +17,16 @@
"dimension": "minecraft:overworld", "dimension": "minecraft:overworld",
"position": { "position": {
"x": { "x": {
"min": -1000, "min": 1850,
"max": -950 "max": 1910
}, },
"y": { "y": {
"min": 55, "min": 55,
"max": 250 "max": 250
}, },
"z": { "z": {
"min": 1850, "min": -1000,
"max": 1910 "max": -950
} }
} }
} }