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

36 lines
No EOL
635 B
JSON

{
"output dir": "/output",
"hide offline players": false,
"worlds": [
{
"name": "Overworld",
"input dir": "/input",
"dimension": "OVERWORLD",
"force": false,
"pins": true
},
{
"name": "Overworld/Oceans",
"input dir": "/input",
"dimension": "OVERWORLD",
"force": false,
"pins": true,
"render settings": {
"block colors": "OCEAN_GROUND",
"shader": "RELIEF"
}
},
{
"name": "Nether",
"input dir": "/input",
"dimension": "NETHER",
"render settings": {
"block colors": "CAVES",
"shader": "RELIEF",
"maxY": "80"
},
"force": false,
"pins": true
}
]
}