From ff0bd76efece4738ed6ba406460859a4d1e7cd8e Mon Sep 17 00:00:00 2001 From: DS Date: Tue, 31 Oct 2017 22:50:39 +0100 Subject: Set is_ground_content to false (#386) --- mesecons_extrawires/corner.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mesecons_extrawires/corner.lua') diff --git a/mesecons_extrawires/corner.lua b/mesecons_extrawires/corner.lua index 4b90260..27cfab8 100644 --- a/mesecons_extrawires/corner.lua +++ b/mesecons_extrawires/corner.lua @@ -33,6 +33,7 @@ minetest.register_node("mesecons_extrawires:corner_on", { }, paramtype = "light", paramtype2 = "facedir", + is_ground_content = false, walkable = false, sunlight_propagates = true, selection_box = corner_selectionbox, @@ -61,6 +62,7 @@ minetest.register_node("mesecons_extrawires:corner_off", { }, paramtype = "light", paramtype2 = "facedir", + is_ground_content = false, walkable = false, sunlight_propagates = true, selection_box = corner_selectionbox, -- cgit v1.2.3