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:
@ -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, {
|
||||
|
BIN
mods/homedecor_modpack/signs_lib/textures/signs_blue_front.png
Executable file
BIN
mods/homedecor_modpack/signs_lib/textures/signs_blue_front.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 175 B |
BIN
mods/homedecor_modpack/signs_lib/textures/signs_blue_inv.png
Executable file
BIN
mods/homedecor_modpack/signs_lib/textures/signs_blue_inv.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 154 B |
BIN
mods/homedecor_modpack/signs_lib/textures/signs_brown_front.png
Executable file
BIN
mods/homedecor_modpack/signs_lib/textures/signs_brown_front.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 175 B |
BIN
mods/homedecor_modpack/signs_lib/textures/signs_brown_inv.png
Executable file
BIN
mods/homedecor_modpack/signs_lib/textures/signs_brown_inv.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 155 B |
BIN
mods/homedecor_modpack/signs_lib/textures/signs_orange_front.png
Executable file
BIN
mods/homedecor_modpack/signs_lib/textures/signs_orange_front.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 170 B |
BIN
mods/homedecor_modpack/signs_lib/textures/signs_orange_inv.png
Executable file
BIN
mods/homedecor_modpack/signs_lib/textures/signs_orange_inv.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 141 B |
Reference in New Issue
Block a user