forked from VoxeLibre/VoxeLibre
Remove wall inventory icons
This commit is contained in:
parent
0638f17e3f
commit
c0713196e5
|
@ -254,11 +254,11 @@ function mcl_walls.register_wall(nodename, description, craft_material, tiles, i
|
|||
end
|
||||
|
||||
-- Cobblestone wall
|
||||
mcl_walls.register_wall("mcl_walls:cobble", "Cobblestone Wall", "mcl_core:cobble", {"default_cobble.png"}, "mcl_walls_cobble.png")
|
||||
mcl_walls.register_wall("mcl_walls:cobble", "Cobblestone Wall", "mcl_core:cobble", {"default_cobble.png"})
|
||||
|
||||
-- Mossy wall
|
||||
|
||||
mcl_walls.register_wall("mcl_walls:mossycobble", "Mossy Cobblestone Wall", "mcl_core:mossycobble", {"default_mossycobble.png"}, "mcl_walls_mossycobble.png")
|
||||
mcl_walls.register_wall("mcl_walls:mossycobble", "Mossy Cobblestone Wall", "mcl_core:mossycobble", {"default_mossycobble.png"})
|
||||
|
||||
minetest.register_on_placenode(update_wall_global)
|
||||
minetest.register_on_dignode(update_wall_global)
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 859 B |
Binary file not shown.
Before Width: | Height: | Size: 1008 B |
Loading…
Reference in New Issue