Bugfix foes for pistons, delayyrs, gates and microcontrollers. Rework delayers.

This commit is contained in:
Jeija
2012-12-27 09:28:04 +01:00
parent 5a88a9715f
commit 7fe4947056
4 changed files with 62 additions and 72 deletions

View File

@ -70,6 +70,7 @@ dofile(minetest.get_modpath("mesecons").."/internal.lua");
-- Deprecated stuff
-- To be removed in future releases
-- Currently there is nothing here
dofile(minetest.get_modpath("mesecons").."/legacy.lua");
-- API
@ -100,7 +101,7 @@ function mesecon:receptor_off(pos, rules)
end
print("[OK] mesecons")
print("[OK] Mesecons")
--The actual wires
dofile(minetest.get_modpath("mesecons").."/wires.lua");