mirror of
https://github.com/APercy/airutils
synced 2025-09-10 13:26:24 +02:00
preparing to 5.6
This commit is contained in:
parent
f7a2df59ab
commit
4f6ecc8c8a
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user