preparing to 5.6

This commit is contained in:
Alexsandro Percy 2022-07-09 22:04:51 -03:00
parent f7a2df59ab
commit 4f6ecc8c8a
1 changed files with 2 additions and 2 deletions

View File

@ -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,