Update default config & allow parameters
This commit is contained in:
parent
10b832bdb2
commit
85d5cbb808
2 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||
|
|
|
@ -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!"
|
||||
|
|
Loading…
Add table
Reference in a new issue