Update README.md

master
rubenwardy 2014-10-19 19:07:12 +01:00
parent e814f37164
commit f3306f4faf
1 changed files with 18 additions and 8 deletions

View File

@ -2,23 +2,33 @@ MeseCode
========
A readable modding format for Minetest. Scripts are written in MeseCode, which is then converted into Lua.
Created by rubenwardy.
License: GPL 3.0 or later
The copyright of mesecode scripts, and any resulting Lua files, remains with their author.
Created by rubenwardy, license: GPL 3.0 or later
```
mod candy_gem
node Candy Gem
is food=2
eaten 5
node Candy Gen in Stone
is ground, cracky
drops Candy Gem
script script_one.lua
```
Usage
-----
```shell
```Shell
# installed
$ sudo make install
$ mesecode.py path/to/file.mese output/directory
# or portable version
$ python mesecode.py path/to/file.mese output/directory
```
```