Add more standard groups

This commit is contained in:
Wuzzy 2017-02-07 03:07:37 +01:00
parent 94f257028e
commit 928e58346d
3 changed files with 10 additions and 5 deletions

View file

@ -54,7 +54,7 @@ minetest.register_node("beds:bed_bottom", {
paramtype = "light",
paramtype2 = "facedir",
stack_max = 1,
groups = {snappy=1,choppy=2,oddly_breakable_by_hand=2,flammable=3,deco_block=1},
groups = {snappy=1,choppy=2,oddly_breakable_by_hand=2,flammable=3,bed=1,deco_block=1},
sounds = mcl_core.node_sound_wood_defaults(),
node_box = {
type = "fixed",