Jeija
|
5be179bf11
Replace mesecon:<some_function> with mesecon.<some_function> for greater
|
10 years ago |
Vanessa Ezekowitz
|
f46bc329de
Use minetest.swap_node() instead of mesecons' version, Minor code changes
|
11 years ago |
RealBadAngel
|
255e363b04
Fix all crafting recipes to use modern style
|
11 years ago |
Jeija
|
ac0fb91139
Minor cleanup of mesecno torch and add another rule to it (behind above)
|
12 years ago |
Jeija
|
b37bdbf55c
Port a lot more (basically everything apart from gates, pistons and extrawire crossing) to the new nodedef system. There are some problems with wall button and wall lever (in the way they visually connect to wires)
|
12 years ago |
Jeija
|
15fa38b848
Switch from tile_images to tiles = {...}
|
12 years ago |
Jeija
|
9f16e4fcaa
Add not-yet-working after(time, code) function to the microcontroller
|
12 years ago |
Jeija
|
00ce2540c2
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)
|
12 years ago |
Jeija
|
b197d29bef
Code cleanup, little bugfix (some conductors placed next to receptors didn't turn on)
|
12 years ago |
Vanessa Ezekowitz
|
e12b297987
change all recipes to use group:mesecon_conductor_craftable
|
12 years ago |
Jeija
|
1f6e1fa7ab
Mesecons only connect to blocks with group mesecon > 1
|
12 years ago |
Vanessa Ezekowitz
|
0214dbc582
added mesecon = 1 to groups for torches also.
|
12 years ago |
Kotolegokot
|
a0417d3ad3
Mesecon Torch
|
12 years ago |
Kotolegokot
|
70841d8c8e
not_in_creative_inventory
|
12 years ago |
Anthony Zhang
|
4200757ba3
Remove deprecated API functions "register_on_placenode" and "register_on_dignode" where possible.
|
12 years ago |
Jeija
|
dbaafc538c
Fix Mesecon Torch
|
13 years ago |
Jeija
|
3ed12458d2
Fix Mesecon Torch
|
13 years ago |
Jeija
|
d069275d09
Rules + Receptor system rework
|
13 years ago |
Jeija
|
8e0b2a2b11
Simplify rules System
|
13 years ago |
Anthony Zhang
|
3018128b4b
Update nodes for compatibility with digging time groups.
|
13 years ago |
Jeija
|
36ae0cc1a5
Upload after major code reorganization - Version 0.6 DEV - Split mesecons mod into several modules - [BUGGY?]
|
13 years ago |