This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrorlandia_minetest
/
mesecons
Watch
1
Star
0
Fork
1
You've already forked mesecons
mirror of
https://github.com/minetest-mods/mesecons.git
synced
2024-11-05 06:53:44 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
08095cc323
mesecons
/
mesecons_pistons
History
Jeija
164971f6d1
Remove piston_up from dead groups
2012-08-13 20:39:14 +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
pistons_down.lua
Register piston_up and piston_down as effectors
2012-08-13 20:37:39 +02:00
pistons_up.lua
Remove piston_up from dead groups
2012-08-13 20:39:14 +02:00