1
0
Fork 0
BlockMap-Docker/files/config.json

29 lines
445 B
JSON
Raw Permalink Normal View History

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",
"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
}