de6dd30745
Move textures into their mods
2014-01-10 13:13:02 -05:00
f46bc329de
Use minetest.swap_node() instead of mesecons' version, Minor code changes
...
here and there to facilitate this.
2013-11-30 20:34:55 -05:00
255e363b04
Fix all crafting recipes to use modern style
2013-04-28 12:40:08 +02:00
ac0fb91139
Minor cleanup of mesecno torch and add another rule to it (behind above)
2012-12-27 10:50:20 +01:00
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)
2012-12-09 00:42:30 +01:00
15fa38b848
Switch from tile_images to tiles = {...}
2012-08-20 10:12:10 +02:00
9f16e4fcaa
Add not-yet-working after(time, code) function to the microcontroller
2012-08-13 22:33:25 +02:00
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)
2012-08-13 20:17:45 +02:00
b197d29bef
Code cleanup, little bugfix (some conductors placed next to receptors didn't turn on)
2012-08-13 13:12:19 +02:00
e12b297987
change all recipes to use group:mesecon_conductor_craftable
...
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-08-11 20:53:47 -04:00
1f6e1fa7ab
Mesecons only connect to blocks with group mesecon > 1
2012-08-11 23:39:28 +02:00
0214dbc582
added mesecon = 1 to groups for torches also.
2012-08-11 07:12:55 -04:00
a0417d3ad3
Mesecon Torch
2012-08-01 21:30:30 +06:00
70841d8c8e
not_in_creative_inventory
2012-08-01 15:58:19 +06:00
4200757ba3
Remove deprecated API functions "register_on_placenode" and "register_on_dignode" where possible.
2012-06-04 22:20:04 -04:00
dbaafc538c
Fix Mesecon Torch
2012-04-02 10:42:41 +02:00
3ed12458d2
Fix Mesecon Torch
2012-04-02 10:42:01 +02:00
d069275d09
Rules + Receptor system rework
2012-03-29 21:06:48 +02:00
8e0b2a2b11
Simplify rules System
2012-03-29 11:35:23 +02:00
3018128b4b
Update nodes for compatibility with digging time groups.
2012-03-22 17:52:11 -04:00
36ae0cc1a5
Upload after major code reorganization - Version 0.6 DEV - Split mesecons mod into several modules - [BUGGY?]
2012-03-05 19:21:26 +01:00