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

28 lines
445 B
JSON

{
"output dir": "/output",
"worlds": [
{
"name": "Overworld",
"input dir": "/input",
"dimension": "OVERWORLD",
"force": false
},
{
"name": "Nether",
"input dir": "/input",
"dimension": "NETHER",
"render settings": {
"block colors": "CAVES",
"shader": "RELIEF",
"maxY": "80"
},
"force": false
},
{
"name": "End",
"input dir": "/input",
"dimension": "END",
"force": false
}
]
}