From fa2be9fc8d55f498a69daaa3ec8157eb58e122c5 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Rollo Date: Sat, 28 Nov 2015 20:44:41 +0100 Subject: Creation of signs_road mod --- signs_road/README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 signs_road/README.md (limited to 'signs_road/README.md') diff --git a/signs_road/README.md b/signs_road/README.md new file mode 100644 index 0000000..deef3f7 --- /dev/null +++ b/signs_road/README.md @@ -0,0 +1,34 @@ +# Signs Road + +This mod provides road signs with text display. Text is locked if area is protected. + +**Dependancies**: default, display\_lib, font\_lib, signs + +**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 + +**Black direction sign** + + B W S + S S - + - - - + +B = Black Dye, W = White Dye, S = Steel Ingot + -- cgit v1.2.3