From 106ed3500511f914064695080d11368054f94b53 Mon Sep 17 00:00:00 2001 From: rudzik8 Date: Thu, 24 Feb 2022 16:02:48 +0700 Subject: [PATCH] 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! --- api.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.lua b/api.lua index 6c6343d..b504056 100644 --- a/api.lua +++ b/api.lua @@ -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 },