summaryrefslogtreecommitdiff
path: root/mesecons_battery
AgeCommit message (Collapse)Author
2012-08-15Move Battery to mesecons-extension-batteryJeija
2012-08-13New effector system, effectors have to be registered with ↵Jeija
mesecon:register_effector(onstate, offstate, rules, function get_rules) rules and function get_rules are optional. You don't have to specify both onstate and offstate (required for e.g. removestone)
2012-08-12HUGE speed improvementJeija
2012-08-11Mesecons only connect to blocks with group mesecon > 1Jeija
2012-08-10Added "mesecon = 1" to the groups setting for most objects, so that they'llVanessa Ezekowitz
visibly connect to neighboring wires.
2012-08-08Bugfix for the battery: Use receptor_on/offJeija
2012-08-01Fix battery nodeboxKotolegokot
2012-08-01not_in_creative_inventoryKotolegokot
2012-07-22Remove debug output, Fix BugsJeija
2012-07-21Continue/Finish BatteryJeija
2012-07-21Experimental battery - not finished yetJeija