mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-04-20 22:45:16 +02:00
Remove unused sign textures
This commit is contained in:
parent
52b1808242
commit
aa691808d0
7 changed files with 1 additions and 1 deletions
mods/ITEMS/mcl_signs
|
@ -243,7 +243,7 @@ minetest.register_node("mcl_signs:wall_sign", {
|
|||
paramtype2 = "wallmounted",
|
||||
drawtype = "nodebox",
|
||||
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,
|
||||
stack_max = 16,
|
||||
sounds = mcl_sounds.node_sound_wood_defaults(),
|
||||
|
|
Before ![]() (image error) Size: 256 B After ![]() (image error) Size: 256 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 219 B |
Binary file not shown.
Before ![]() (image error) Size: 143 B |
Binary file not shown.
Before ![]() (image error) Size: 219 B |
Binary file not shown.
Before ![]() (image error) Size: 158 B |
Binary file not shown.
Before ![]() (image error) Size: 124 B |
Loading…
Add table
Reference in a new issue