aboutsummaryrefslogtreecommitdiff
path: root/signs_road/README.md
blob: 0a2f685d610ea1fecdda8d867f04aec556a13b18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Signs Road

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?t=19365) at the Minetest forums.

**Dependancies**: default, display\_lib, font\_lib, signs

**License**: Code under LGPL, texture under CC-BY-SA

## Recipes

**Blue Street Sign**

		B W -
		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

**Red and White Street Sign**

		W R -
		S S S
		- - -

W = White Dye, R = Red Dye, S = Steel Ingot

**Black direction sign**

		B W S
		S S -
		- - -

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