display_modpack/signs_road
Pierre-Yves Rollo 2d63967938 Removed redundant mod dependancies 2019-03-09 19:10:27 +01:00
..
locale Add Malay translation 2017-08-27 15:54:42 +08:00
svg Update SVG files 2018-11-26 20:14:20 +01:00
textures Red and blue signs, node names tidy up 2018-11-26 21:05:58 +01:00
tools add intllib support (i18n) 2017-08-05 10:12:43 +02:00
LICENSE.txt Relicensing to LGPL, fixes and evolutions 2016-08-25 21:58:28 +02:00
README.md Version 1.0 2018-01-13 12:38:55 +01:00
compatibility.lua Red and blue signs, node names tidy up 2018-11-26 21:05:58 +01:00
copyright.txt Copyright notices update 2018-01-28 19:08:07 +01:00
crafts.lua Red and blue signs, node names tidy up 2018-11-26 21:05:58 +01:00
depends.txt Removed redundant mod dependancies 2019-03-09 19:10:27 +01:00
init.lua Release 2017-08-26 2017-08-26 14:12:38 +02:00
intllib.lua add intllib support (i18n) 2017-08-05 10:12:43 +02:00
mod.conf Added mod.conf 2019-03-09 19:08:46 +01:00
nodes.lua Red and blue signs, node names tidy up 2018-11-26 21:05:58 +01:00

README.md

Signs Road

This mod provides road signs with text display. Text is locked if area is protected.

For more information, see the forum topic 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