mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-07-14 21:30:16 +02:00
Piston and wire cleanups and minor rotation fixes
This commit is contained in:
@ -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},
|
||||
|
Reference in New Issue
Block a user