This website requires JavaScript.
Explore
Help
Sign In
nalc
/
mesecons
Watch
1
Star
0
Fork
0
You've already forked mesecons
forked from
minetest-mods/mesecons
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
5ede8f370c
mesecons
/
mesecons
History
Jeija
c58882b0c6
Bugfix: Check if receptor node is powered from somewhere before turning it off in mesecons:turnoff
2012-08-13 22:42:45 +02:00
..
depends.txt
Upload after major code reorganization - Version 0.6 DEV - Split mesecons mod into several modules - [BUGGY?]
2012-03-05 19:21:26 +01:00
init.lua
New effector system, effectors have to be registered with 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-13 20:17:45 +02:00
internal.lua
Bugfix: Check if receptor node is powered from somewhere before turning it off in mesecons:turnoff
2012-08-13 22:42:45 +02:00
services.lua
New effector system, effectors have to be registered with 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-13 20:17:45 +02:00
settings.lua
Mesecons only connect to blocks with group mesecon > 1
2012-08-11 23:39:28 +02:00
VERSION
Upload after major code reorganization - Version 0.6 DEV - Split mesecons mod into several modules - [BUGGY?]
2012-03-05 19:21:26 +01:00
wires.lua
Re-enable backwards compatibility (sorry for disabling)
2012-08-13 21:51:41 +02:00