Code cleanup

This commit is contained in:
Jeija
2012-08-13 11:58:04 +02:00
parent c20a4b3a89
commit b8ba13a17a
3 changed files with 416 additions and 5 deletions

View File

@ -41,9 +41,6 @@
--rules=mesecon:rotate_rules_right/left/up/down(rules)
--
--
--!! If a receptor node is removed, the circuit should be recalculated. This means you have to
--send an mesecon:receptor_off signal to the api when the node is dug, using the
--after_dig_node node property.
--
--EFFECTORS
--
@ -96,7 +93,7 @@ mesecon.conductors={}
dofile(minetest.get_modpath("mesecons").."/settings.lua")
--Internal API
dofile(minetest.get_modpath("mesecons").."/internal_api.lua");
dofile(minetest.get_modpath("mesecons").."/internal.lua");
-- API API API API API API API API API API API API API API API API API API