Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Prevent wires from being rotated (#365)
  • Loading branch information
Desour authored and numberZero committed Sep 19, 2017
1 parent 954262d commit 1963d8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mesecons_wires/init.lua
Expand Up @@ -213,7 +213,8 @@ local function register_wires()
node_box = nodebox,
walkable = false,
drop = "mesecons:wire_00000000_off",
mesecon_wire = true
mesecon_wire = true,
on_rotate = false,
}, {tiles = tiles_off, mesecons = meseconspec_off, groups = groups_off},
{tiles = tiles_on, mesecons = meseconspec_on, groups = groups_on})

Expand Down

0 comments on commit 1963d8b

Please sign in to comment.