Skip to content

Commit

Permalink
Default: Bookshelf has 2 openings instead of 4
Browse files Browse the repository at this point in the history
Make rotatable with 'paramtype2 = facedir'
  • Loading branch information
paramat committed May 28, 2016
1 parent d61803b commit 37347d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mods/default/nodes.lua
Expand Up @@ -1586,7 +1586,9 @@ local bookshelf_formspec =
minetest.register_node("default:bookshelf", {
description = "Bookshelf",
tiles = {"default_wood.png", "default_wood.png", "default_bookshelf.png"},
tiles = {"default_wood.png", "default_wood.png", "default_wood.png",
"default_wood.png", "default_bookshelf.png", "default_bookshelf.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 37347d4

Please sign in to comment.