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/tjunction.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mesecons_extrawires/tjunction.lua') diff --git a/mesecons_extrawires/tjunction.lua b/mesecons_extrawires/tjunction.lua index 1bfc48a..018ee48 100644 --- a/mesecons_extrawires/tjunction.lua +++ b/mesecons_extrawires/tjunction.lua @@ -34,6 +34,7 @@ minetest.register_node("mesecons_extrawires:tjunction_on", { }, paramtype = "light", paramtype2 = "facedir", + is_ground_content = false, walkable = false, sunlight_propagates = true, selection_box = tjunction_selectionbox, @@ -62,6 +63,7 @@ minetest.register_node("mesecons_extrawires:tjunction_off", { }, paramtype = "light", paramtype2 = "facedir", + is_ground_content = false, walkable = false, sunlight_propagates = true, selection_box = tjunction_selectionbox, -- cgit v1.2.3