Go to file
rubenwardy b4aa4ca530 Correct name of makefile 2014-10-19 19:16:18 +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 Add support for installing 2014-10-19 18:58:30 +01:00
specification.md Tiles and stuff 2014-10-13 19:23:56 +01:00
test.mese Add depending and item eating 2014-10-13 18:06:09 +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