mirror of
https://github.com/APercy/automobiles_pck
synced 2025-08-16 09:55:48 +02:00
light fixed for 5.6
This commit is contained in:
parent
c970279be0
commit
f30f77cc75
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user