fix readme
This commit is contained in:
parent
08d74bc706
commit
16998b8bd5
13
README.md
13
README.md
|
@ -1,8 +1,13 @@
|
||||||
# this project might not be actively maintained
|
## this project might not be actively maintained
|
||||||
but i may change my mind and contributions are welcome
|
but i may change my mind and contributions are welcome
|
||||||
|
|
||||||
|
## info
|
||||||
|
- i made this script for own use and thus it is not complete, but additions are very welcome!
|
||||||
|
- the code is messy and too copy-pastey. i might change this, or if i don't, do it before i do and share the change with me!
|
||||||
|
|
||||||
## how to use
|
## how to use
|
||||||
install [wren-cli](https://wren.io/cli/) from [here](https://github.com/wren-lang/wren-cli/releases)
|
install [wren-cli](https://wren.io/cli/) from [here](https://github.com/wren-lang/wren-cli/releases)
|
||||||
|
|
||||||
run `wren-cli generator.wren help` to print this:
|
run `wren-cli generator.wren help` to print this:
|
||||||
```
|
```
|
||||||
Usage: (script call) \[options\] \<type\> \<base path\> namespace \<types...\>
|
Usage: (script call) \[options\] \<type\> \<base path\> namespace \<types...\>
|
||||||
|
@ -19,8 +24,4 @@ Types:
|
||||||
- stone Like variants but with wall and stonecutting as well as adding an s to the full block
|
- stone Like variants but with wall and stonecutting as well as adding an s to the full block
|
||||||
- single A single block
|
- single A single block
|
||||||
```
|
```
|
||||||
happy generating!
|
happy generating and/or modding!
|
||||||
|
|
||||||
## info
|
|
||||||
- i made this script for own use and thus it is not complete, but additions are very welcome!
|
|
||||||
- the code is messy and too copy-pastey. i might change this, or if i don't, do it before i do and share the change with me!
|
|
||||||
|
|
Loading…
Reference in New Issue