diff options
| -rw-r--r-- | firealarm_hornstrobe/init.lua | 6 | 
1 files 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},  		},  	}, | 
