1
0
mirror of https://github.com/luanti-org/minetestmapper.git synced 2025-10-08 14:45:28 +02:00

Add --min-y and --max-y options

This commit is contained in:
Sfan5
2014-03-05 18:06:05 +01:00
parent 33f323b1e3
commit 15444ff8f6
4 changed files with 55 additions and 4 deletions

View File

@@ -53,6 +53,15 @@ drawplayers:
draworigin:
Draw origin indicator, `--draworigin`
noshading:
Don't draw shading on nodes, `--noshading`
min-y:
Don't draw nodes below this y value, `--min-y -25`
max-y:
Don't draw nodes above this y value, `--max-y 75`
geometry:
Limit area to specific geometry, `--geometry -800:-800+1600+1600`