mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-24 09:25:10 +00:00
Fix floating activated redstone wires
This commit is contained in:
parent
763a751efc
commit
20bc1a9134
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue