summaryrefslogtreecommitdiff
path: root/infrastructure/advanced_automatic_warning_device.lua
diff options
context:
space:
mode:
Diffstat (limited to 'infrastructure/advanced_automatic_warning_device.lua')
-rw-r--r--infrastructure/advanced_automatic_warning_device.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/infrastructure/advanced_automatic_warning_device.lua b/infrastructure/advanced_automatic_warning_device.lua
index 1049c56..0365d07 100644
--- a/infrastructure/advanced_automatic_warning_device.lua
+++ b/infrastructure/advanced_automatic_warning_device.lua
@@ -201,6 +201,7 @@ minetest.register_node("infrastructure:automatic_warning_device_top", {
"infrastructure_automatic_warning_device_top_side.png",
"infrastructure_automatic_warning_device_top.png"
},
+ use_texture_alpha = "clip",
on_destruct = infrastructure.stop_bell,
drawtype = "nodebox",
paramtype = "light",
@@ -231,6 +232,7 @@ minetest.register_node("infrastructure:automatic_warning_device_middle_right_on"
"infrastructure_automatic_warning_device_middle_right_side.png",
{name="infrastructure_automatic_warning_device_middle_right_anim.png",animation={type="vertical_frames", aspect_w=64, aspect_h=64, length=1.5}}
},
+ use_texture_alpha = "clip",
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",
@@ -259,6 +261,7 @@ minetest.register_node("infrastructure:automatic_warning_device_middle_right_off
"infrastructure_automatic_warning_device_middle_right_side.png",
"infrastructure_automatic_warning_device_middle_right_off.png"
},
+ use_texture_alpha = "clip",
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",
@@ -286,6 +289,7 @@ minetest.register_node("infrastructure:automatic_warning_device_middle_left_on",
"infrastructure_automatic_warning_device_middle_left_side.png",
{name="infrastructure_automatic_warning_device_middle_left_anim.png",animation={type="vertical_frames", aspect_w=64, aspect_h=64, length=1.5}}
},
+ use_texture_alpha = "clip",
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",
@@ -314,6 +318,7 @@ minetest.register_node("infrastructure:automatic_warning_device_middle_left_off"
"infrastructure_automatic_warning_device_middle_left_side.png",
"infrastructure_automatic_warning_device_middle_left_off.png"
},
+ use_texture_alpha = "clip",
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",
@@ -341,6 +346,7 @@ minetest.register_node("infrastructure:automatic_warning_device_middle_center_on
"infrastructure_automatic_warning_device_middle_center_side.png",
{name="infrastructure_automatic_warning_device_middle_center_anim.png",animation={type="vertical_frames", aspect_w=64, aspect_h=64, length=1.5}}
},
+ use_texture_alpha = "clip",
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",
@@ -375,6 +381,7 @@ minetest.register_node("infrastructure:automatic_warning_device_middle_center_of
"infrastructure_automatic_warning_device_middle_center_side.png",
"infrastructure_automatic_warning_device_middle_center_off.png"
},
+ use_texture_alpha = "clip",
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",
@@ -408,6 +415,7 @@ minetest.register_node("infrastructure:automatic_warning_device_middle", {
"infrastructure_automatic_warning_device_middle_side.png",
"infrastructure_automatic_warning_device_middle.png"
},
+ use_texture_alpha = "clip",
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",