mirror of
https://github.com/minetest-mods/mesecons.git
synced 2024-11-05 06:53:44 +01:00
Re-enable backwards compatibility (sorry for disabling)
This commit is contained in:
parent
164971f6d1
commit
9396ce8940
@ -315,12 +315,12 @@ minetest.register_craft({
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
--minetest.register_abm(
|
minetest.register_abm(
|
||||||
-- {nodenames = {"mesecons:mesecon_off", "mesecons:mesecon_on"},
|
{nodenames = {"mesecons:mesecon_off", "mesecons:mesecon_on"},
|
||||||
-- interval = 2,
|
interval = 2,
|
||||||
-- chance = 1,
|
chance = 1,
|
||||||
-- action = function(pos, node, active_object_count, active_object_count_wider)
|
action = function(pos, node, active_object_count, active_object_count_wider)
|
||||||
-- mesecon:update_autoconnect(pos, false, true)
|
mesecon:update_autoconnect(pos, false, true)
|
||||||
-- end,
|
end,
|
||||||
--})
|
})
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user