1
0
Fork 0

Update default config & allow parameters

This commit is contained in:
saibotk 2020-07-10 01:22:29 +02:00
parent 10b832bdb2
commit 85d5cbb808
No known key found for this signature in database
GPG key ID: A3299C587D5DF523
2 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@
"pins": true "pins": true
}, },
{ {
"name": "Oceans", "name": "Overworld/Oceans",
"input dir": "/input", "input dir": "/input",
"dimension": "OVERWORLD", "dimension": "OVERWORLD",
"force": false, "force": false,
@ -25,8 +25,8 @@
"input dir": "/input", "input dir": "/input",
"dimension": "NETHER", "dimension": "NETHER",
"render settings": { "render settings": {
"block colors": "X_RAY", "block colors": "CAVES_VIEW",
"shader": "FLAT", "shader": "RELIEF",
"maxY": "80" "maxY": "80"
}, },
"force": false, "force": false,

View file

@ -4,6 +4,6 @@ set -e
echo "[INFO] Start rendering..." echo "[INFO] Start rendering..."
java -jar /opt/blockmap/blockmap.jar render-many /config.json java -jar /opt/blockmap/blockmap.jar render-many /config.json $@
echo "[INFO] Rendering finished!" echo "[INFO] Rendering finished!"