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
|
"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,
|
||||||
|
|
|
@ -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!"
|
||||||
|
|
Loading…
Add table
Reference in a new issue