Bookshelves are deco blocks, not building blocks.

This commit is contained in:
kabou 2022-05-04 22:22:59 +02:00 committed by Gitea
parent dab80c45fd
commit 920b8b9654
1 changed files with 4 additions and 1 deletions

View File

@ -338,7 +338,10 @@ minetest.register_node("mcl_books:bookshelf", {
tiles = {"mcl_books_bookshelf_top.png", "mcl_books_bookshelf_top.png", "default_bookshelf.png"},
stack_max = 64,
is_ground_content = false,
groups = {handy=1,axey=1, flammable=3,building_block=1, material_wood=1, fire_encouragement=30, fire_flammability=20},
groups = {
handy=1, axey=1, deco_block=1, material_wood=1,
flammable=3, fire_encouragement=30, fire_flammability=20
},
drop = "mcl_books:book 3",
sounds = wood_sound,
_mcl_blast_resistance = 1.5,