Remove wall inventory icons

This commit is contained in:
Wuzzy 2017-07-21 12:47:17 +02:00
parent 0638f17e3f
commit c0713196e5
3 changed files with 2 additions and 2 deletions

View File

@ -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