summaryrefslogtreecommitdiff
path: root/mesecons_extrawires/crossover.lua
diff options
context:
space:
mode:
authorDS <vorunbekannt75@web.de>2017-10-31 22:50:39 +0100
committerVitaliy <silverunicorn2011@yandex.ru>2017-11-01 00:50:39 +0300
commitff0bd76efece4738ed6ba406460859a4d1e7cd8e (patch)
tree85f24d74ffac5aa767cfba6be8c931701508edbc /mesecons_extrawires/crossover.lua
parentdb39eef2f6583c91d3d2c8823eaa1b627110980d (diff)
Set is_ground_content to false (#386)
Diffstat (limited to 'mesecons_extrawires/crossover.lua')
-rw-r--r--mesecons_extrawires/crossover.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/mesecons_extrawires/crossover.lua b/mesecons_extrawires/crossover.lua
index 95aeeaa..4aefbbc 100644
--- a/mesecons_extrawires/crossover.lua
+++ b/mesecons_extrawires/crossover.lua
@@ -29,6 +29,7 @@ minetest.register_node("mesecons_extrawires:crossover_off", {
"jeija_insulated_wire_ends_off.png"
},
paramtype = "light",
+ is_ground_content = false,
walkable = false,
stack_max = 99,
selection_box = {type="fixed", fixed={-16/32-0.0001, -18/32, -16/32-0.001, 16/32+0.001, -5/32, 16/32+0.001}},
@@ -54,6 +55,7 @@ minetest.register_node("mesecons_extrawires:crossover_01", {
"jeija_insulated_wire_ends_off.png"
},
paramtype = "light",
+ is_ground_content = false,
walkable = false,
stack_max = 99,
selection_box = {type="fixed", fixed={-16/32-0.0001, -18/32, -16/32-0.001, 16/32+0.001, -5/32, 16/32+0.001}},
@@ -79,6 +81,7 @@ minetest.register_node("mesecons_extrawires:crossover_10", {
"jeija_insulated_wire_ends_on.png"
},
paramtype = "light",
+ is_ground_content = false,
walkable = false,
stack_max = 99,
selection_box = {type="fixed", fixed={-16/32-0.0001, -18/32, -16/32-0.001, 16/32+0.001, -5/32, 16/32+0.001}},
@@ -104,6 +107,7 @@ minetest.register_node("mesecons_extrawires:crossover_on", {
"jeija_insulated_wire_ends_on.png"
},
paramtype = "light",
+ is_ground_content = false,
walkable = false,
stack_max = 99,
selection_box = {type="fixed", fixed={-16/32-0.0001, -18/32, -16/32-0.001, 16/32+0.001, -5/32, 16/32+0.001}},