1
0
mirror of https://github.com/pyrollo/display_modpack.git synced 2025-10-16 17:15:22 +02:00
Files
display_modpack/signs_road
Niklp c315900c24 Make dp_modpack game agnostic using XCompat (#14)
* .

* Add `material.sandstone` (not in upstream xcompat yet)
2024-03-11 09:04:12 +01:00
..
2023-07-26 21:03:10 +02:00
2019-08-20 13:06:18 +02:00
2019-08-20 10:43:54 +02:00

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.

Dependencies: xcompat, 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