forked from VoxeLibre/VoxeLibre
Fix bookshelf drop
This commit is contained in:
parent
76b5c30fd1
commit
082706441a
|
@ -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(),
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue