From a9f3896ae764f6fa48472b987ac3b33a50b48b78 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Wed, 21 Dec 2016 21:23:13 +0000 Subject: selection boxes updated thanks to RQWorldblender --- crystal.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crystal.lua') 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}, }, }) -- cgit v1.2.3