Go to file
rubenwardy e3557f8a39 Bug fix 2014-10-19 19:39:06 +01:00
.gitignore Add command line arguments 2014-10-12 19:47:56 +01:00
Makefile Correct name of makefile 2014-10-19 19:16:18 +01:00
README.md Update README.md 2014-10-19 19:11:42 +01:00
mesecode.py Bug fix 2014-10-19 19:39:06 +01:00
specification.md Tiles and stuff 2014-10-13 19:23:56 +01:00
test.mese Add inscript lua code 2014-10-19 19:37:57 +01:00
test.py Add depending and item eating 2014-10-13 18:06:09 +01:00

README.md

MeseCode

A readable modding format for Minetest. Scripts are written in MeseCode, which is then converted into Lua. 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

craftitem Candy Gem
  is food=2
  eaten 5

node Candy Gen in Stone
  is ground, cracky
  drops Candy Gem

script script_one.lua

Usage

# installed
$ sudo make install
$ mesecode.py path/to/file.mese output/directory

# or portable version
$ python mesecode.py path/to/file.mese output/directory