Skip to content

Commit 2496007

Browse files
committedJun 2, 2021
Updated README.md with circular render instructions
1 parent 88a5e26 commit 2496007

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `mcmap` - Isometric map visualizer
22

3-
![](https://img.shields.io/badge/version-1.16.5-success) ![](https://img.shields.io/badge/version-21w10a-success)
3+
![](https://img.shields.io/badge/version-1.16.5-success) ![](https://img.shields.io/badge/version-1.17_pre3-success)
44

55
*Original project by Simon Rettberg. All the credit goes to him for the idea and vision.*
66

@@ -34,6 +34,8 @@ A GUI is in the works, but needs to be compiled from sources.
3434
|--------------|------------------------------------------|
3535
|`-from X Z` |sets the coordinates of the block to start rendering at|
3636
|`-to X Z` |sets the coordinates of the block to end rendering at|
37+
|`-center X Z` |sets the center of a circular render|
38+
|`-radius VAL` |sets the radius of a circular render|
3739
|`-min/max VAL` |minimum/maximum Y index (height) of blocks to render|
3840
|`-file NAME` |sets the output filename to 'NAME'; default is `./output.png`|
3941
|`-colors NAME` |sets the custom color file to 'NAME'|
@@ -53,7 +55,7 @@ A GUI is in the works, but needs to be compiled from sources.
5355
|`-v[erbose]` |toggle debug mode|
5456
|`-dumpcolors` |dump a json with all defined colors|
5557

56-
*Note: Currently you need both -from and -to to define bounds.*
58+
*Note: Currently you need both `-from` and `-to` OR `-center` and `-radius` to define bounds.*
5759

5860
#### Tips
5961

0 commit comments

Comments
 (0)
Please sign in to comment.