diff --git a/api.lua b/api.lua index f244536..6c6343d 100644 --- a/api.lua +++ b/api.lua @@ -21,6 +21,7 @@ function mcl_decor:register_chair(name, def) paramtype2 = "facedir", stack_max = 64, sunlight_propagates = true, + --[[ selection_box = { type = "fixed", fixed = { -0.25, -0.5, -0.25, 0.25, 0.5, 0.25 }, @@ -29,6 +30,7 @@ function mcl_decor:register_chair(name, def) type = "fixed", fixed = { -0.25, -0.5, -0.25, 0.25, 0.5, 0.25 }, }, + ]] groups = def.groups, _mcl_hardness = def._mcl_hardness, _mcl_blast_resistance = def._mcl_blast_resistance,