Uncomment selection_box of the chair

now when you select the chair it looks better AND you can sit on the chair by using mcl_cozy too!
This commit is contained in:
Mikita Wiśniewski 2022-02-24 16:02:48 +07:00
parent b28f2e69eb
commit 106ed35005
1 changed files with 1 additions and 1 deletions

View File

@ -21,11 +21,11 @@ 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 },
},
--[[
collision_box = {
type = "fixed",
fixed = { -0.25, -0.5, -0.25, 0.25, 0.5, 0.25 },