From 890b4088f7282f1af3150460dd1f05c96693e4ab Mon Sep 17 00:00:00 2001 From: kilbith Date: Tue, 22 Sep 2015 16:41:43 +0200 Subject: [PATCH] Add missing selection box on ceiling candle --- nodes.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/nodes.lua b/nodes.lua index 59f2efe..e92dbfc 100644 --- a/nodes.lua +++ b/nodes.lua @@ -81,6 +81,7 @@ xdecor.register("candle", { }, selection_box = { type = "wallmounted", + wall_top = {-0.3, -0.4, -0.3, 0.3, 0.5, 0.3}, wall_bottom = {-0.25, -0.5, -0.25, 0.25, 0.1, 0.25}, wall_side = {-0.5, -0.35, -0.15, -0.15, 0.4, 0.15} }