forked from Mirrorlandia_minetest/mesecons
Prevent wires from being rotated (#365)
This commit is contained in:
parent
954262d016
commit
1963d8b3d5
@ -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})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user