Piston and wire cleanups and minor rotation fixes

This commit is contained in:
Carter Kolwey
2016-12-28 05:34:15 -06:00
committed by Jeija
parent 410f43bbc1
commit 774aac6e90
8 changed files with 102 additions and 96 deletions

View File

@ -200,7 +200,6 @@ local function register_wires()
if nodeid ~= "00000000" then
groups_off["not_in_creative_inventory"] = 1
end
mesecon.register_node(":mesecons:wire_"..nodeid, {
description = "Mesecon",
drawtype = "nodebox",
@ -212,6 +211,7 @@ local function register_wires()
selection_box = selectionbox,
node_box = nodebox,
walkable = false,
on_rotate = false,
drop = "mesecons:wire_00000000_off",
mesecon_wire = true
}, {tiles = tiles_off, mesecons = meseconspec_off, groups = groups_off},