summaryrefslogtreecommitdiff
path: root/extra.lua
diff options
context:
space:
mode:
Diffstat (limited to 'extra.lua')
-rw-r--r--extra.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra.lua b/extra.lua
index 4c5ac47..13c0139 100644
--- a/extra.lua
+++ b/extra.lua
@@ -116,7 +116,7 @@ minetest.register_node("ethereal:candle", {
sounds = default.node_sound_defaults(),
selection_box = {
type = "fixed",
- fixed = { -0.15, -0.5, -0.15, 0.15, 0.2, 0.15 }
+ fixed = { -0.15, -0.5, -0.15, 0.15, 0, 0.15 }
},
})