Create MTS format schematics used by minetest mapgen decoration code.
Go to file
paramat a01d3997cb New schematics, various updates
Update aspen tree, papyrus, waterlily schematics to latest versions.
Add corals, bush and acacia bush schematics.
Update depends to include flowers.
Change licenses to MIT and CC BY-SA and credit sofar.
Update README.
Clean up init.lua.
2016-12-08 06:45:25 +00: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
depends.txt New schematics, various updates 2016-12-08 06:45:25 +00:00
description.txt Update documentation a tiny bit. 2016-01-10 23:44:56 -08:00
init.lua New schematics, various updates 2016-12-08 06:45:25 +00:00
license.txt New schematics, various updates 2016-12-08 06:45:25 +00:00
mod.conf Update documentation a tiny bit. 2016-01-10 23:44:56 -08:00
README.txt New schematics, various updates 2016-12-08 06:45:25 +00:00

saveschems 0.2.1 by paramat
For Minetest 0.4.13 and later
Depends default flowers
Licenses: Code MIT. Schematics CC BY-SA 3.0

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.