Skip to content
Snippets Groups Projects
Commit 37d3fe0c authored by paramat's avatar paramat Committed by Milan
Browse files

cherry-pick from github.com/minetest/minetest_game> Default: Bookshelf has 2 openings instead of 4

parent 71a593ad
No related branches found
No related tags found
No related merge requests found
......@@ -1588,7 +1588,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(),
......
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