Fix bookshelf drop

This commit is contained in:
Wuzzy 2017-01-04 13:03:41 +01:00
parent 76b5c30fd1
commit 082706441a
1 changed files with 1 additions and 1 deletions

View File

@ -780,7 +780,7 @@ minetest.register_node("default:bookshelf", {
tiles = {"default_wood.png", "default_wood.png", "default_bookshelf.png"},
stack_max = 64,
groups = {choppy=3,oddly_breakable_by_hand=2,flammable=3},
drop = {"default:book 3"},
drop = "default:book 3",
sounds = default.node_sound_wood_defaults(),
})