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
},
{
"name": "Oceans",
"name": "Overworld/Oceans",
"input dir": "/input",
"dimension": "OVERWORLD",
"force": false,
@ -25,8 +25,8 @@
"input dir": "/input",
"dimension": "NETHER",
"render settings": {
"block colors": "X_RAY",
"shader": "FLAT",
"block colors": "CAVES_VIEW",
"shader": "RELIEF",
"maxY": "80"
},
"force": false,

View file

@ -4,6 +4,6 @@ set -e
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!"