Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-20 | Switch from tile_images to tiles = {...} | Jeija | |
2012-08-13 | New 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-12 | HUGE speed improvement | Jeija | |
2012-08-11 | change all recipes to use group:mesecon_conductor_craftable | Vanessa Ezekowitz | |
fixed deprecated/invalid recipes in lightstones. fixed copy&paste error in one of the delayer textures fixed recipe for player detector to rely on microcontroller instead of old IC | |||
2012-06-23 | Several bugfixes and cleanups for movestones | Jeija | |
2012-06-21 | Use minetest.env:place_node and minetest.env:dig_node to enable usage of the ↵ | Anthony Zhang | |
on_place and on_dig callbacks. | |||
2012-06-16 | Fix crash in sticky movestones (thanks MarkTraceur), cleanup movestoen code ↵ | Anthony Zhang | |
significantly. | |||
2012-06-15 | Fix movestones (thanks MarkTraceur). | Anthony Zhang | |
2012-03-25 | Fix digging time groups (crackly replaced by cracky) | Jeija | |
2012-03-25 | Fix broken digging time groups | Jeija | |
2012-03-22 | Update nodes for compatibility with digging time groups. | Anthony Zhang | |
2012-03-05 | Upload after major code reorganization - Version 0.6 DEV - Split mesecons ↵ | Jeija | |
mod into several modules - [BUGGY?] |