summaryrefslogtreecommitdiff
path: root/mymillwork/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'mymillwork/README.md')
-rw-r--r--mymillwork/README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/mymillwork/README.md b/mymillwork/README.md
new file mode 100644
index 0000000..4fe6298
--- /dev/null
+++ b/mymillwork/README.md
@@ -0,0 +1,23 @@
+mymillwork
+========
+
+Crown Mold, Baseboards, Columns and more To minetest
+
+Licence - DWYWPL
+
+If you want to add or remove a texture simply edit the materials.lua file.
+
+Each texture has 24 nodes so careful that you don't add too many textures.
+
+
+
+API example:
+
+```lua
+mymillwork.register("default:stone",
+ "default_stone",
+ "Stone",
+ "default_stone.png",
+ {cracky=3, stone=1, not_in_creative_inventory=1},
+)
+```