aboutsummaryrefslogtreecommitdiff
path: root/signs_road/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'signs_road/README.md')
-rw-r--r--signs_road/README.md42
1 files changed, 37 insertions, 5 deletions
diff --git a/signs_road/README.md b/signs_road/README.md
index e042855..c09c82e 100644
--- a/signs_road/README.md
+++ b/signs_road/README.md
@@ -2,6 +2,8 @@
This mod provides road signs with text display. Text is locked if area is protected.
+For more information, see the [forum topic](https://forum.minetest.net/viewtopic.php?f=11&t=13563) at the Minetest forums.
+
**Dependancies**: default, display\_lib, font\_lib, signs
**License**: Code under LGPL, texture under CC-BY-SA
@@ -10,19 +12,19 @@ This mod provides road signs with text display. Text is locked if area is protec
**Blue Street Sign**
- B W S
+ B W -
S S S
- - -
B = Blue Dye, W = White Dye, S = Steel Ingot
-**Green Street Sign**
+**Red and White Street Sign**
- G W S
- S S S
+ W R -
+ S S S
- - -
-G = Green Dye, W = White Dye, S = Steel Ingot
+W = White Dye, R = Red Dye, S = Steel Ingot
**Black direction sign**
@@ -32,3 +34,33 @@ G = Green Dye, W = White Dye, S = Steel Ingot
B = Black Dye, W = White Dye, S = Steel Ingot
+**White Signs**
+
+Two kinds of signs, normal and direction signs :
+
+ W B - W B S
+ S S S S S -
+ - - - - - -
+
+W = White Dye, B = Black Dye, S = Steel Ingot
+
+**Green Signs**
+
+Two kinds of signs, normal and direction signs :
+
+ G W - G W S
+ S S S S S -
+ - - - - - -
+
+G = Green Dye, W = White Dye, S = Steel Ingot
+
+**Yellow Signs**
+
+Two kinds of signs, normal and direction signs :
+
+ Y B - Y B S
+ S S S S S -
+ - - - - - -
+
+Y = Yellow Dye, B = Black Dye, S = Steel Ingot
+