display_modpack/signs_road/README.md

77 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2015-11-28 20:44:41 +01:00
# Signs Road
This mod provides road signs with text display. Text is locked if area is protected.
2018-01-13 12:38:55 +01:00
For more information, see the [forum topic](https://forum.minetest.net/viewtopic.php?t=19365) at the Minetest forums.
2017-08-26 14:12:38 +02:00
2015-11-28 20:44:41 +01:00
**Dependancies**: default, display\_lib, font\_lib, signs
**License**: Code under LGPL, texture under CC-BY-SA
2015-11-28 20:44:41 +01:00
## Recipes
**Blue Street Sign**
2017-08-26 14:12:38 +02:00
B W -
2015-11-28 20:44:41 +01:00
S S S
- - -
B = Blue Dye, W = White Dye, S = Steel Ingot
**Large Banner**
Shapeless recipe : four white street signs.
S S S
S - -
- - -
S = White street sign
2017-08-26 14:12:38 +02:00
**Red and White Street Sign**
2015-11-28 20:44:41 +01:00
2017-08-26 14:12:38 +02:00
W R -
S S S
2015-11-28 20:44:41 +01:00
- - -
2017-08-26 14:12:38 +02:00
W = White Dye, R = Red Dye, S = Steel Ingot
2015-11-28 20:44:41 +01:00
**Black direction sign**
B W S
S S -
- - -
B = Black Dye, W = White Dye, S = Steel Ingot
2017-08-26 14:12:38 +02:00
**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