File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# ` mcmap ` - Isometric map visualizer
2
2
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 )
4
4
5
5
* Original project by Simon Rettberg. All the credit goes to him for the idea and vision.*
6
6
@@ -34,6 +34,8 @@ A GUI is in the works, but needs to be compiled from sources.
34
34
| --------------| ------------------------------------------|
35
35
| ` -from X Z ` | sets the coordinates of the block to start rendering at|
36
36
| ` -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|
37
39
| ` -min/max VAL ` | minimum/maximum Y index (height) of blocks to render|
38
40
| ` -file NAME ` | sets the output filename to 'NAME'; default is ` ./output.png ` |
39
41
| ` -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.
53
55
| ` -v[erbose] ` | toggle debug mode|
54
56
| ` -dumpcolors ` | dump a json with all defined colors|
55
57
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.*
57
59
58
60
#### Tips
59
61
You can’t perform that action at this time.
0 commit comments