forked from minetest/minetest_game
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", {
|
||||
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,
|
||||
groups = {choppy=3,oddly_breakable_by_hand=2,flammable=3},
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
|
|
Loading…
Reference in New Issue
Block a user