From bda4a4c8365c3028b577c901dbfd21f396e4ae22 Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Sun, 10 Jan 2016 23:44:56 -0800 Subject: [PATCH] Update documentation a tiny bit. --- README.txt | 7 +++++++ description.txt | 1 + mod.conf | 1 + 3 files changed, 9 insertions(+) create mode 100644 description.txt create mode 100644 mod.conf diff --git a/README.txt b/README.txt index 10b5972..c1c8835 100644 --- a/README.txt +++ b/README.txt @@ -2,3 +2,10 @@ 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. diff --git a/description.txt b/description.txt new file mode 100644 index 0000000..2a35136 --- /dev/null +++ b/description.txt @@ -0,0 +1 @@ +A mod to help create decoration schematics. See lua_api.txt for more information. diff --git a/mod.conf b/mod.conf new file mode 100644 index 0000000..d937274 --- /dev/null +++ b/mod.conf @@ -0,0 +1 @@ +name = saveschems