preparing to 5.6

This commit is contained in:
Alexsandro Percy 2022-07-09 22:04:51 -03:00
parent f7a2df59ab
commit 4f6ecc8c8a

View file

@ -8,8 +8,8 @@ function airutils.get_xz_from_hipotenuse(orig_x, orig_z, yaw, distance)
end end
minetest.register_node("airutils:light", { minetest.register_node("airutils:light", {
drawtype = "glasslike", drawtype = "airlike",
tile_images = {"airutils_light.png"}, --tile_images = {"airutils_light.png"},
inventory_image = minetest.inventorycube("airutils_light.png"), inventory_image = minetest.inventorycube("airutils_light.png"),
paramtype = "light", paramtype = "light",
walkable = false, walkable = false,