mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
21 lines
351 B
JSON
21 lines
351 B
JSON
{
|
|
"world": {
|
|
"world": "world",
|
|
"centerX": 0.5,
|
|
"centerZ": 0.5,
|
|
"radiusX": 4500.0,
|
|
"radiusZ": 4500.0,
|
|
"shape": "circle",
|
|
"wrap": false
|
|
},
|
|
"world_nether": {
|
|
"world": "world_nether",
|
|
"centerX": 0.5,
|
|
"centerZ": 0.5,
|
|
"radiusX": 4500.0,
|
|
"radiusZ": 4500.0,
|
|
"shape": "circle",
|
|
"wrap": false
|
|
}
|
|
}
|