forked from thunderdog1138/star_wars
Remove composed shelf side.
Don't compose the shelf side texture. The texture isn't transparent, and unlikely to be in any case.
This commit is contained in:
parent
082b36d3e7
commit
3ecafbcfb4
|
@ -15,7 +15,7 @@ local vessels_shelf_formspec =
|
||||||
|
|
||||||
minetest.register_node("vessels:shelf", {
|
minetest.register_node("vessels:shelf", {
|
||||||
description = "Vessels shelf",
|
description = "Vessels shelf",
|
||||||
tiles = {"default_wood.png", "default_wood.png", "default_wood.png^vessels_shelf.png"},
|
tiles = {"default_wood.png", "default_wood.png", "vessels_shelf.png"},
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
groups = {choppy=3,oddly_breakable_by_hand=2,flammable=3},
|
groups = {choppy=3,oddly_breakable_by_hand=2,flammable=3},
|
||||||
sounds = default.node_sound_wood_defaults(),
|
sounds = default.node_sound_wood_defaults(),
|
||||||
|
|
Loading…
Reference in New Issue