2020-07-09 22:52:12 +02:00
|
|
|
{
|
|
|
|
"output dir": "/output",
|
|
|
|
"worlds": [
|
|
|
|
{
|
|
|
|
"name": "Overworld",
|
|
|
|
"input dir": "/input",
|
|
|
|
"dimension": "OVERWORLD",
|
2020-08-03 22:46:35 +02:00
|
|
|
"force": false
|
2020-07-09 22:52:12 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Nether",
|
|
|
|
"input dir": "/input",
|
|
|
|
"dimension": "NETHER",
|
|
|
|
"render settings": {
|
2020-07-10 01:38:16 +02:00
|
|
|
"block colors": "CAVES",
|
2020-07-10 01:22:29 +02:00
|
|
|
"shader": "RELIEF",
|
2020-07-09 22:52:12 +02:00
|
|
|
"maxY": "80"
|
|
|
|
},
|
2020-08-03 22:46:35 +02:00
|
|
|
"force": false
|
2020-07-29 19:43:01 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "End",
|
|
|
|
"input dir": "/input",
|
|
|
|
"dimension": "END",
|
2020-08-03 22:46:35 +02:00
|
|
|
"force": false
|
2020-07-09 22:52:12 +02:00
|
|
|
}
|
|
|
|
]
|
2020-07-29 19:43:01 +02:00
|
|
|
}
|