From e06c859bda7e6af90131df926092d35e56fba1d1 Mon Sep 17 00:00:00 2001 From: cheapie Date: Sat, 14 Sep 2024 18:17:11 -0500 Subject: Fix deprecated use_texture_alpha values --- firealarm_hornstrobe/init.lua | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/firealarm_hornstrobe/init.lua b/firealarm_hornstrobe/init.lua index 1ba635b..cc04294 100644 --- a/firealarm_hornstrobe/init.lua +++ b/firealarm_hornstrobe/init.lua @@ -65,7 +65,7 @@ minetest.register_node(":firealarm:hornstrobe_on",{ paramtype = "light", paramtype2 = "facedir", light_source = 8, - use_texture_alpha = true, + use_texture_alpha = "blend", drawtype = "nodebox", node_box = { type = "fixed", @@ -143,7 +143,7 @@ minetest.register_node(":firealarm:remotestrobe_on",{ paramtype = "light", paramtype2 = "facedir", light_source = 8, - use_texture_alpha = true, + use_texture_alpha = "blend", drawtype = "nodebox", node_box = { type = "fixed", @@ -213,12 +213,10 @@ minetest.register_node(":firealarm:hornstrobe_old_on",{ paramtype = "light", paramtype2 = "facedir", light_source = 8, - use_texture_alpha = true, drawtype = "nodebox", node_box = { type = "fixed", fixed = { - {-0.5,-0.5,0.4,0.5,0.5,0.401}, {-0.15,-0.02,0.4,0.18,0.37,0.5}, }, }, -- cgit v1.2.3