Skip to content
Snippets Groups Projects
Commit d8daee7e authored by paramat's avatar paramat
Browse files

Vessels: Make shelf open on 2 sides not impossible 4 sides

Make shelf facedir rotatable as is now required
parent 7681682d
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,9 @@ local vessels_shelf_formspec =
minetest.register_node("vessels:shelf", {
description = "Vessels shelf",
tiles = {"default_wood.png", "default_wood.png", "vessels_shelf.png"},
tiles = {"default_wood.png", "default_wood.png", "default_wood.png",
"default_wood.png", "vessels_shelf.png", "vessels_shelf.png"},
paramtype2 = "facedir",
is_ground_content = false,
groups = {choppy=3,oddly_breakable_by_hand=2,flammable=3},
sounds = default.node_sound_wood_defaults(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment