light bug fixed
This commit is contained in:
parent
5edf0505c0
commit
3b8f629d0f
4
door.lua
4
door.lua
@ -117,6 +117,8 @@ minetest.register_node("hyperloop:doorTopPassive", {
|
||||
meta:set_string("key_str", key_str)
|
||||
end,
|
||||
|
||||
paramtype = 'light',
|
||||
light_source = 1,
|
||||
paramtype2 = "facedir",
|
||||
drop = "",
|
||||
sounds = default.node_sound_metal_defaults(),
|
||||
@ -181,6 +183,8 @@ minetest.register_node("hyperloop:doorBottom", {
|
||||
meta:set_string("key_str", key_str)
|
||||
end,
|
||||
|
||||
paramtype = 'light',
|
||||
light_source = 1,
|
||||
paramtype2 = "facedir",
|
||||
drop = "",
|
||||
sounds = default.node_sound_metal_defaults(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user