summaryrefslogtreecommitdiff
path: root/extra.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2016-12-21 21:23:13 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2016-12-21 21:23:13 +0000
commita9f3896ae764f6fa48472b987ac3b33a50b48b78 (patch)
tree39087a4d07fdbed58086b73682872b06e395d044 /extra.lua
parent1ba21217a2882221d6763eebe12f96767dc27a13 (diff)
selection boxes updated thanks to RQWorldblender
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 }
},
})