1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 14:16:06 +02:00

Updated homedecor

This commit is contained in:
LeMagnesium
2015-06-20 19:59:54 +02:00
parent e23de39212
commit f29ea87d00
15 changed files with 82 additions and 81 deletions

View File

@ -121,6 +121,9 @@ signs_lib.sign_node_list = {
"signs:sign_wall_red",
"signs:sign_wall_white_red",
"signs:sign_wall_white_black",
"signs:sign_wall_orange",
"signs:sign_wall_blue",
"signs:sign_wall_brown",
"locked_sign:sign_wall_locked"
}
@ -851,7 +854,7 @@ minetest.register_node(":locked_sign:sign_wall_locked", {
-- metal, colored signs
local sign_colors = { "green", "yellow", "red", "white_red", "white_black" }
local sign_colors = { "green", "yellow", "red", "white_red", "white_black", "orange", "blue", "brown" }
for _, color in ipairs(sign_colors) do
minetest.register_node(":signs:sign_wall_"..color, {

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 B