From 20bc1a9134dcd65757ee71b1c6729c9c9b32557f Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 16 Mar 2017 00:41:17 +0100 Subject: [PATCH] Fix floating activated redstone wires --- mods/ITEMS/REDSTONE/mesecons/wires.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ITEMS/REDSTONE/mesecons/wires.lua b/mods/ITEMS/REDSTONE/mesecons/wires.lua index 1d2950d0..2fec038f 100644 --- a/mods/ITEMS/REDSTONE/mesecons/wires.lua +++ b/mods/ITEMS/REDSTONE/mesecons/wires.lua @@ -163,7 +163,7 @@ Read the help entries on the other redstone components to learn how redstone com type = "fixed", fixed = nodebox }, - groups = {dig_immediate = 3, mesecon = 2, dig_by_water = 1, not_in_creative_inventory = 1}, + groups = {dig_immediate = 3, mesecon = 2, dig_by_water = 1, attached_node = 1, not_in_creative_inventory = 1}, walkable = false, stack_max = 64, drop = "mesecons:wire_00000000_off",