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 /crystal.lua | |
parent | 1ba21217a2882221d6763eebe12f96767dc27a13 (diff) |
selection boxes updated thanks to RQWorldblender
Diffstat (limited to 'crystal.lua')
-rw-r--r-- | crystal.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crystal.lua b/crystal.lua index e90ae40..91aac19 100644 --- a/crystal.lua +++ b/crystal.lua @@ -17,7 +17,7 @@ minetest.register_node("ethereal:crystal_spike", { sounds = default.node_sound_glass_defaults(), selection_box = { type = "fixed", - fixed = {-0.5, -0.5, -0.5, 0.5, -5/16, 0.5}, + fixed = {-5 / 16, -0.5, -5 / 16, 5 / 16, 0.41, 5 / 16}, }, }) |