light fixed for 5.6

This commit is contained in:
Alexsandro Percy 2022-07-09 21:56:22 -03:00
parent c970279be0
commit f30f77cc75

View File

@ -324,8 +324,8 @@ function automobiles_lib.put_light(self)
end
minetest.register_node("automobiles_lib:light", {
drawtype = "glasslike",
tile_images = {"automobiles_light.png"},
drawtype = "airlike",
--tile_images = {"automobiles_light.png"},
inventory_image = minetest.inventorycube("automobiles_light.png"),
paramtype = "light",
walkable = false,