aboutsummaryrefslogtreecommitdiff
path: root/steles/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'steles/README.md')
-rw-r--r--steles/README.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/steles/README.md b/steles/README.md
new file mode 100644
index 0000000..bc14b53
--- /dev/null
+++ b/steles/README.md
@@ -0,0 +1,25 @@
+# Steles
+
+This mod provides stone steles with text display. Text is locked if area is protected.
+
+For more information, see the [forum topic](https://forum.minetest.net/viewtopic.php?t=19365) at the Minetest forums.
+
+**Dependancies**: default, display\_lib, font\_lib, technic?
+
+(Technic adds marble and granite steles)
+
+**License**: LGPL
+
+## Recipes
+
+ - M -
+ - B -
+ M M M
+
+B = Black Dye, M = Material
+
+Material (must be all the same) can be : Stone, Desert Stone, Sandstone, Granite or Marble
+
+Gives 4 steles of corresponding material. Right click on stele to update text.
+
+(Extra materials can be added in config.lua file)