From df4976cdd212ffe51fb4b9da38db7a7356356170 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Sun, 7 May 2023 10:57:56 +0100 Subject: [PATCH] tweak nodebox so protector visible underground --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index d40dab0..0ff4139 100644 --- a/init.lua +++ b/init.lua @@ -493,7 +493,7 @@ minetest.register_node("protector:protect", { node_box = { type = "fixed", fixed = { - {-0.5 ,-0.5, -0.5, 0.5, 0.5, 0.5} + {-0.499 ,-0.499, -0.499, 0.499, 0.499, 0.499} } },