diff --git a/internal.lua b/internal.lua index 22418b5..88dc394 100644 --- a/internal.lua +++ b/internal.lua @@ -34,7 +34,7 @@ function yl_googly_eyes.register_eye(name) minetest.register_node(":yl_googly_eyes:" .. name, { description = "Googly Eyes!", drawtype = "nodebox", - use_texture_alpha = "blend", + use_texture_alpha = "clip", tiles = {"yl_googly_eyes_" .. name .. ".png"}, is_ground_content = false, inventory_image = "yl_googly_eyes_" .. name .. ".png", @@ -63,7 +63,7 @@ function yl_googly_eyes.register_eye_with_tiles(name, tiles) minetest.register_node(":yl_googly_eyes:" .. name, { description = "Googly Eyes!", drawtype = "nodebox", - use_texture_alpha = "blend", + use_texture_alpha = "clip", tiles = tiles, is_ground_content = false, paramtype = "light",