This website requires JavaScript.
Explore
Help
Sign In
mff
/
mesecons
Watch
1
Star
0
Fork
0
You've already forked mesecons
forked from
minetest-mods/mesecons
Code
Issues
Pull Requests
Releases
Wiki
Activity
64d109b31b
mesecons
/
mesecons
History
Anthony Zhang
64d109b31b
mesecon:updatenode()
was written to work only with conductors, though in several places it was used on recepters and effectors. This issue, reported by simion314, is fixed in this commit by explicitly checking for the type of mesecon node being updated.
2012-12-01 18:34:05 -05: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
Fix Microcontroller bug (discovered by Fenris) and some others that propably noone found
2012-09-08 15:10:31 +02:00
internal.lua
mesecon:updatenode()
was written to work only with conductors, though in several places it was used on recepters and effectors. This issue, reported by simion314, is fixed in this commit by explicitly checking for the type of mesecon node being updated.
2012-12-01 18:34:05 -05:00
legacy.lua
Implement mesecon:register_receptor(onstate, offstate, rules, get_rules) and make add_receptor_node(_off) deprecated
2012-09-06 09:53:30 +02:00
services.lua
Add conductor rules, add demo isolated mesecons to proof that it works
2012-08-16 21:24:06 +02:00
settings.lua
Remove Temperest setting as it is an extension now
2012-08-15 11:11:13 +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
Use sunlight_propagates = true for some more nodes
2012-09-07 15:59:49 +02:00