diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-12-21 21:23:13 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-12-21 21:23:13 +0000 |
commit | a9f3896ae764f6fa48472b987ac3b33a50b48b78 (patch) | |
tree | 39087a4d07fdbed58086b73682872b06e395d044 /extra.lua | |
parent | 1ba21217a2882221d6763eebe12f96767dc27a13 (diff) |
selection boxes updated thanks to RQWorldblender
Diffstat (limited to 'extra.lua')
-rw-r--r-- | extra.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } }, }) |