aboutsummaryrefslogtreecommitdiff
path: root/signs/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'signs/README.md')
-rw-r--r--signs/README.md52
1 files changed, 52 insertions, 0 deletions
diff --git a/signs/README.md b/signs/README.md
new file mode 100644
index 0000000..586dbff
--- /dev/null
+++ b/signs/README.md
@@ -0,0 +1,52 @@
+# Signs
+
+This mod provides various signs with text display. Text is locked if area is protected.
+
+**Dependancies**: display_lib, default
+
+**License**: WTFPL
+
+## Recipes
+
+**Blue Street Sign**
+
+ B W S
+ S S S
+ - - -
+
+B = Blue Dye, W = White Dye, S = Steel Ingot
+
+**Green Street Sign**
+
+ G W S
+ S S S
+ - - -
+
+G = Green Dye, W = White Dye, S = Steel Ingot
+
+**Poster**
+
+ P P -
+ P P -
+ P P -
+
+P = Paper
+
+Poster displays only title, much more text can be read by right-clicking on it.
+
+**Wooden direction sigh**
+
+ W W W
+ W W -
+ - - -
+
+W = Wooden Plank (group)
+
+**Black direction sign**
+
+ B W S
+ S S -
+ - - -
+
+B = Black Dye, W = White Dye, S = Steel Ingot
+