mirror of
https://github.com/APercy/airutils.git
synced 2025-03-15 08:01:22 +00:00
preparing to 5.6
This commit is contained in:
parent
f7a2df59ab
commit
4f6ecc8c8a
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ function airutils.get_xz_from_hipotenuse(orig_x, orig_z, yaw, distance)
|
|||
end
|
||||
|
||||
minetest.register_node("airutils:light", {
|
||||
drawtype = "glasslike",
|
||||
tile_images = {"airutils_light.png"},
|
||||
drawtype = "airlike",
|
||||
--tile_images = {"airutils_light.png"},
|
||||
inventory_image = minetest.inventorycube("airutils_light.png"),
|
||||
paramtype = "light",
|
||||
walkable = false,
|
||||
|
|
Loading…
Add table
Reference in a new issue