diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2012-08-10 17:35:54 -0400 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2012-08-10 17:35:54 -0400 |
commit | 39db9cf01c9c681a5fbbd582aa917317c85de6de (patch) | |
tree | 0be01bd02a09e728fb901f8150ab07ffbdf2891a /mesecons_random | |
parent | b0a038772285735444f8423d1685babe36ac5cb1 (diff) |
Added "mesecon = 1" to the groups setting for most objects, so that they'll
visibly connect to neighboring wires.
Diffstat (limited to 'mesecons_random')
-rw-r--r-- | mesecons_random/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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", }) |