Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Vessels: Make shelf open on 2 sides not impossible 4 sides
Make shelf facedir rotatable as is now required
  • Loading branch information
paramat committed May 23, 2016
1 parent 7681682 commit d8daee7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mods/vessels/init.lua
Expand Up @@ -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(),
Expand Down

0 comments on commit d8daee7

Please sign in to comment.