forked from VoxeLibre/VoxeLibre
Added container group to Bookshelf
This commit is contained in:
parent
8bcf80422d
commit
2eab947d84
|
@ -411,7 +411,7 @@ minetest.register_node("mcl_books:bookshelf", {
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
groups = {
|
groups = {
|
||||||
handy=1, axey=1, deco_block=1, material_wood=1,
|
handy=1, axey=1, deco_block=1, material_wood=1,
|
||||||
flammable=3, fire_encouragement=30, fire_flammability=20
|
flammable=3, fire_encouragement=30, fire_flammability=20, container=1
|
||||||
},
|
},
|
||||||
drop = "mcl_books:book 3",
|
drop = "mcl_books:book 3",
|
||||||
sounds = wood_sound,
|
sounds = wood_sound,
|
||||||
|
|
Loading…
Reference in New Issue