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