Create MTS format schematics used by minetest mapgen decoration code.
Go to file
Auke Kok 8887ffcc49 Add placeholder README.txt so this folder exists. 2016-06-19 22:42:55 -07:00
schematics Add placeholder README.txt so this folder exists. 2016-06-19 22:42:55 -07:00
.gitignore Prevent uploading of mts schematics. 2016-03-08 22:09:15 -08:00
README.txt Update documentation a tiny bit. 2016-01-10 23:44:56 -08:00
depends.txt Use default acacia nodes. Remove biomesdev dependancy 2015-07-16 23:46:06 +01:00
description.txt Update documentation a tiny bit. 2016-01-10 23:44:56 -08:00
init.lua Re-add force-placed root node to mapgen trees/large cactus 2016-02-19 20:58:09 +00:00
license.txt Add licence and readme 2015-04-28 19:58:54 +01:00
mod.conf Update documentation a tiny bit. 2016-01-10 23:44:56 -08:00

README.txt

saveschems 0.2.0 by paramat
For Minetest 0.4.13 and later
Depends default
Licenses: Code WTFPL. Schematics CC BY-SA

This mod exists to help create (mostly tree) decorations for the
in-game mapgen code. The code in this mod is used to create the
official minetest_game tree decorations from a Lua table format,
and the output is minetest's MTS format (a binary format).

This mod has no gameplay value, and is only useful for developers.