tubes aren't ground content (#4)

This commit is contained in:
Luke aka SwissalpS 2024-03-01 17:06:40 +01:00 committed by GitHub
parent 70e357a8f2
commit 60cc5a176c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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,