summaryrefslogtreecommitdiff
path: root/infrastructure/nodes.lua
diff options
context:
space:
mode:
Diffstat (limited to 'infrastructure/nodes.lua')
-rw-r--r--infrastructure/nodes.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/infrastructure/nodes.lua b/infrastructure/nodes.lua
index 5b28f1a..27fe1bf 100644
--- a/infrastructure/nodes.lua
+++ b/infrastructure/nodes.lua
@@ -105,6 +105,7 @@
"infrastructure_concrete.png",
"infrastructure_concrete.png"
},
+ use_texture_alpha = "clip",
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",
@@ -150,6 +151,7 @@
"infrastructure_grid_paver_grass.png",
"infrastructure_grid_paver_grass.png"
},
+ use_texture_alpha = "clip",
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",
@@ -203,6 +205,7 @@
minetest.register_node("infrastructure:truss", {
description = "Truss",
tiles = {"infrastructure_truss.png"},
+ use_texture_alpha = "clip",
drawtype = "nodebox",
paramtype = "light",
groups = {cracky = 2},
@@ -227,6 +230,7 @@
minetest.register_node("infrastructure:wire_netting", {
description = "Wire netting",
tiles = {"infrastructure_wire_netting.png"},
+ use_texture_alpha = "clip",
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",
@@ -245,6 +249,7 @@
minetest.register_node("infrastructure:razor_wire", {
description = "Razor wire",
tiles = {"infrastructure_razor_wire.png"},
+ use_texture_alpha = "clip",
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",
@@ -278,6 +283,7 @@
"infrastructure_galvanized_steel.png",
"infrastructure_galvanized_steel.png"
},
+ use_texture_alpha = "clip",
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",
@@ -1212,6 +1218,7 @@
"infrastructure_crowd_control_barricade_back.png",
"infrastructure_crowd_control_barricade_front.png"
},
+ use_texture_alpha = "clip",
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",
@@ -1301,6 +1308,7 @@
"infrastructure_anti_dazzling_panel_side.png",
"infrastructure_anti_dazzling_panel_side.png"
},
+ use_texture_alpha = "clip",
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",
@@ -1336,6 +1344,7 @@
"[combine:32x32:0,"..tostring(i * 8).."=infrastructure_anti_dazzling_panel_side.png:0,"..tostring(i * 8 - 32).."=infrastructure_anti_dazzling_panel_side.png",
"[combine:32x32:0,"..tostring(i * 8).."=infrastructure_anti_dazzling_panel_side.png:0,"..tostring(i * 8 - 32).."=infrastructure_anti_dazzling_panel_side.png"
},
+ use_texture_alpha = "clip",
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",