mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Fix bookshelf drop
This commit is contained in:
parent
76b5c30fd1
commit
082706441a
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue