From 39db9cf01c9c681a5fbbd582aa917317c85de6de Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Fri, 10 Aug 2012 17:35:54 -0400 Subject: Added "mesecon = 1" to the groups setting for most objects, so that they'll visibly connect to neighboring wires. --- mesecons_door/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesecons_door/init.lua') diff --git a/mesecons_door/init.lua b/mesecons_door/init.lua index b2703c0..76330c2 100644 --- a/mesecons_door/init.lua +++ b/mesecons_door/init.lua @@ -86,7 +86,7 @@ for i = 1, 4 do tile_images = {"default_wood.png"}, paramtype = "light", is_ground_content = true, - groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2}, + groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2, mesecon = 1}, drop = "mesecons_door:door", node_box = { type = "fixed", -- cgit v1.2.3