Remove unused sign textures
|
@ -243,7 +243,7 @@ minetest.register_node("mcl_signs:wall_sign", {
|
||||||
paramtype2 = "wallmounted",
|
paramtype2 = "wallmounted",
|
||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
node_box = {type = "wallmounted", wall_side = {-0.499, -1/16, -7/16, -7/16, 7/16, 7/16}},
|
node_box = {type = "wallmounted", wall_side = {-0.499, -1/16, -7/16, -7/16, 7/16, 7/16}},
|
||||||
tiles = {"signs_wall.png"},
|
tiles = {"mcl_signs_sign_wall.png"},
|
||||||
groups = sign_groups,
|
groups = sign_groups,
|
||||||
stack_max = 16,
|
stack_max = 16,
|
||||||
sounds = mcl_sounds.node_sound_wood_defaults(),
|
sounds = mcl_sounds.node_sound_wood_defaults(),
|
||||||
|
|
Before Width: | Height: | Size: 256 B After Width: | Height: | Size: 256 B |
Before Width: | Height: | Size: 219 B |
Before Width: | Height: | Size: 143 B |
Before Width: | Height: | Size: 219 B |
Before Width: | Height: | Size: 158 B |
Before Width: | Height: | Size: 124 B |