summaryrefslogtreecommitdiff
path: root/infrastructure/nodes.lua
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2024-05-27 13:32:11 -0500
committercheapie <no-email-for-you@example.com>2024-05-27 13:32:11 -0500
commit4ae175d93418c5dd9b14bbaad83c1d08c8a61644 (patch)
tree5c97822e54593014a7ebc7886660c4e22a1c2247 /infrastructure/nodes.lua
parent97052d1579398e8f41239d8fbd7be6a6ae947dd1 (diff)
downloadroads-4ae175d93418c5dd9b14bbaad83c1d08c8a61644.tar
roads-4ae175d93418c5dd9b14bbaad83c1d08c8a61644.tar.gz
roads-4ae175d93418c5dd9b14bbaad83c1d08c8a61644.tar.bz2
roads-4ae175d93418c5dd9b14bbaad83c1d08c8a61644.tar.xz
roads-4ae175d93418c5dd9b14bbaad83c1d08c8a61644.zip
5.9 compatibilityHEADmaster
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",