diff options
Diffstat (limited to 'mesecons_extrawires/tjunction.lua')
-rw-r--r-- | mesecons_extrawires/tjunction.lua | 2 |
1 files changed, 2 insertions, 0 deletions
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, |