From fce192d288c511d94e471bef03bbd99fb7f47c53 Mon Sep 17 00:00:00 2001 From: Niklp Date: Sat, 16 Dec 2023 00:11:41 +0100 Subject: Fix use_texture_alpha issues in mt 5.9 (#11) --- ontime_clocks/nodes.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ontime_clocks') diff --git a/ontime_clocks/nodes.lua b/ontime_clocks/nodes.lua index 0341eaa..7b15369 100644 --- a/ontime_clocks/nodes.lua +++ b/ontime_clocks/nodes.lua @@ -139,6 +139,7 @@ minetest.register_node("ontime_clocks:frameless_black", { paramtype = "light", paramtype2 = "wallmounted", drawtype = "nodebox", + use_texture_alpha = "clip", node_box = { type = "wallmounted", wall_side = { -0.5, -7/16, -7/16, -0.45, 7/16, 7/16 }, @@ -172,6 +173,7 @@ minetest.register_node("ontime_clocks:frameless_gold", { paramtype = "light", paramtype2 = "wallmounted", drawtype = "nodebox", + use_texture_alpha = "clip", node_box = { type = "wallmounted", wall_side = { -0.5, -7/16, -7/16, -0.45, 7/16, 7/16 }, @@ -205,6 +207,7 @@ minetest.register_node("ontime_clocks:frameless_white", { paramtype = "light", paramtype2 = "wallmounted", drawtype = "nodebox", + use_texture_alpha = "clip", node_box = { type = "wallmounted", wall_side = { -0.5, -7/16, -7/16, -0.45, 7/16, 7/16 }, -- cgit v1.2.3