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_random/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesecons_random/init.lua') diff --git a/mesecons_random/init.lua b/mesecons_random/init.lua index ef4b419..3b9e492 100644 --- a/mesecons_random/init.lua +++ b/mesecons_random/init.lua @@ -4,7 +4,7 @@ minetest.register_node("mesecons_random:removestone", { tile_images = {"jeija_removestone.png"}, inventory_image = minetest.inventorycube("jeija_removestone_inv.png"), material = minetest.digprop_stonelike(1.0), - groups = {cracky=3}, + groups = {cracky=3, mesecon = 1}, description="Removestone", }) -- cgit v1.2.3