display_modpack/signs
Pierre-Yves Rollo d44bf53ea2 First commit 2015-11-11 14:26:39 +01:00
..
textures First commit 2015-11-11 14:26:39 +01:00
LICENSE.txt First commit 2015-11-11 14:26:39 +01:00
README.md First commit 2015-11-11 14:26:39 +01:00
common.lua First commit 2015-11-11 14:26:39 +01:00
crafts.lua First commit 2015-11-11 14:26:39 +01:00
depends.txt First commit 2015-11-11 14:26:39 +01:00
font.lua First commit 2015-11-11 14:26:39 +01:00
init.lua First commit 2015-11-11 14:26:39 +01:00
nodes.lua First commit 2015-11-11 14:26:39 +01:00

README.md

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