mirror of
https://github.com/mt-mods/nixie_tubes.git
synced 2024-12-04 13:13:45 +01:00
tubes aren't ground content (#4)
This commit is contained in:
parent
70e357a8f2
commit
60cc5a176c
4
init.lua
4
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,
|
||||
|
Loading…
Reference in New Issue
Block a user