Go to file
Anthony Zhang dcd2f94ba9 New pistons activation mechanism, fixes many of the issues reported when pushing mesecons around. Side effect is that it might be somewhat slower, and it waits a tiny delay before extending or retracting. This should be unnoticable in normal use. 2012-10-02 17:09:39 -04:00
mesecons Fix Microcontroller bug (discovered by Fenris) and some others that propably noone found 2012-09-08 15:10:31 +02:00
mesecons_alias
mesecons_blinkyplant
mesecons_button Use sunlight_propagates = true for some more nodes 2012-09-07 15:59:49 +02:00
mesecons_delayer
mesecons_detector
mesecons_dev
mesecons_extrawires fix t-junction selectionbox when on 2012-09-10 15:48:06 -07:00
mesecons_gates depend on mesecons_delayer's all_rules instead of getting both insulated 2012-09-05 10:09:53 -07:00
mesecons_hydroturbine
mesecons_insulated Use sunlight_propagates = true for some more nodes 2012-09-07 15:59:49 +02:00
mesecons_lamp
mesecons_lightstone recipe for blue lightstone from fiber, missing texture 2012-08-25 01:33:48 -07:00
mesecons_materials
mesecons_microcontroller Fix Microcontroller bug in a different way, define offstate ports as inputs only 2012-09-09 13:07:59 +02:00
mesecons_movestones Actuator ignored liquid (all) 2012-08-30 14:20:18 +02:00
mesecons_mvps Actuator ignored liquid (all) 2012-08-30 14:20:18 +02:00
mesecons_noteblock
mesecons_pistons New pistons activation mechanism, fixes many of the issues reported when pushing mesecons around. Side effect is that it might be somewhat slower, and it waits a tiny delay before extending or retracting. This should be unnoticable in normal use. 2012-10-02 17:09:39 -04:00
mesecons_powerplant
mesecons_pressureplates
mesecons_random Captilization. 2012-09-27 17:27:34 -04:00
mesecons_receiver Add T-junction extrawire (no good textures yet) 2012-09-09 13:34:21 +02:00
mesecons_solarpanel
mesecons_switch Implement mesecon:register_receptor(onstate, offstate, rules, get_rules) and make add_receptor_node(_off) deprecated 2012-09-06 09:53:30 +02:00
mesecons_textures Add ghoststone, crafted like removestone, with steel ingots at the corners. Trapstone disappears upon mesecon signals, but unlike removestone, reappears after the mesecon signal turns off. 2012-09-27 17:25:58 -04:00
mesecons_torch
mesecons_walllever Use sunlight_propagates = true for some more nodes 2012-09-07 15:59:49 +02:00
.gitignore
README
modpack.txt

README

-- |\    /| ____ ____  ____ _____   ____         _____
-- | \  / | |    |     |    |      |    | |\   | |
-- |  \/  | |___ ____  |___ |      |    | | \  | |____
-- |      | |        | |    |      |    | |  \ |     |
-- |      | |___ ____| |___ |____  |____| |   \| ____|
-- by Jeija and contributors

Credits:
Jeija: main developer
VanessaE: Awesome textures & design, coding
sfan5: coding, textures
temperest: coding, textures
Jordach: Sounds for the noteblock
minerd247: Some textures
...other contributors

This is a mod for minetest-c55.
Copy the minetest-mod-mesecons directory into you game's mod folder 
(e.g. games/minetest_game/mods/minetest-mod-mesecons)

You can remove modules of this mod by deleting the mesecons_*
folders in the minetest-mod-mesecons directory.

Mod dependencies: none