From 60cc5a176ca726b3dc972f74a581b0d89a82b639 Mon Sep 17 00:00:00 2001 From: Luke aka SwissalpS Date: Fri, 1 Mar 2024 17:06:40 +0100 Subject: [PATCH] tubes aren't ground content (#4) --- init.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.lua b/init.lua index 970744a..0ff846a 100644 --- a/init.lua +++ b/init.lua @@ -122,6 +122,7 @@ for _,tube in ipairs(nixie_types) do }, use_texture_alpha = "clip", groups = groups, + is_ground_content = false, paramtype = "light", paramtype2 = "facedir", light_source = light, @@ -157,6 +158,7 @@ for _,tube in ipairs(nixie_types) do }, use_texture_alpha = "clip", groups = groups, + is_ground_content = false, paramtype = "light", paramtype2 = "facedir", light_source = light, @@ -194,6 +196,7 @@ for _,tube in ipairs(nixie_types) do }, use_texture_alpha = "clip", groups = groups, + is_ground_content = false, paramtype = "light", paramtype2 = "facedir", light_source = light2, @@ -466,6 +469,7 @@ for i in ipairs(alnum_chars) do }, use_texture_alpha = "clip", groups = groups, + is_ground_content = false, paramtype = "light", paramtype2 = "facedir", light_source = light,