summaryrefslogtreecommitdiff
path: root/crystal.lua
diff options
context:
space:
mode:
Diffstat (limited to 'crystal.lua')
-rw-r--r--crystal.lua2
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},
},
})