diff options
author | Pierre-Yves Rollo <dev@pyrollo.com> | 2015-11-11 14:26:39 +0100 |
---|---|---|
committer | Pierre-Yves Rollo <dev@pyrollo.com> | 2015-11-11 14:26:39 +0100 |
commit | d44bf53ea20136221d605e139f2b58328b68ce9c (patch) | |
tree | 4f747301de219c9743b19efe536f340af90ce5ff /signs/README.md |
First commit
Diffstat (limited to 'signs/README.md')
-rw-r--r-- | signs/README.md | 52 |
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 + |