Mod for minetest that adds digital circuitry [=minecraft redstone] http://mesecons.net https://content.minetest.net/packages/Jeija/mesecons/
Go to file
Jeija 3926c46293 Merge pull request #58 from PilzAdam/master
Speed update of pressureplates up by using node_timers
2012-12-07 12:51:44 -08:00
mesecons Speed update of pressureplates up by using node_timers 2012-12-07 15:52:52 +01:00
mesecons_alias Add alias for solar panel: mesecons:solarpanel 2012-08-13 14:38:27 +02:00
mesecons_blinkyplant Switch from tile_images to tiles = {...} 2012-08-20 10:12:10 +02:00
mesecons_button Use sunlight_propagates = true for some more nodes 2012-09-07 15:59:49 +02:00
mesecons_commandblock Add command block: 2012-10-28 16:31:03 -04:00
mesecons_delayer 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
mesecons_detector Switch from tile_images to tiles = {...} 2012-08-20 10:12:10 +02:00
mesecons_dev change all recipes to use group:mesecon_conductor_craftable 2012-08-11 20:53:47 -04:00
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 Change tile_images to tiles for water turbine 2012-08-15 10:59:16 +02:00
mesecons_insulated Use sunlight_propagates = true for some more nodes 2012-09-07 15:59:49 +02:00
mesecons_lamp Switch from tile_images to tiles = {...} 2012-08-20 10:12:10 +02:00
mesecons_lightstone recipe for blue lightstone from fiber, missing texture 2012-08-25 01:33:48 -07:00
mesecons_materials added texture for fiber craft item 2012-08-18 10:16:20 -04:00
mesecons_microcontroller Improve T-FF code and add a reset pin on C. 2012-10-07 13:08:01 -04: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 Update tile_images 2012-11-08 20:52:36 +01:00
mesecons_pistons Simpler piston push/pull method. 2012-11-28 23:32:24 -05:00
mesecons_powerplant Update tile_images 2012-11-08 20:52:36 +01:00
mesecons_pressureplates Speed update of pressureplates up by using node_timers 2012-12-07 15:52:52 +01:00
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 Code improvement, Bugfix for solar panel 2012-08-13 14:26:00 +02:00
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 command block: 2012-10-28 16:31:03 -04:00
mesecons_torch Switch from tile_images to tiles = {...} 2012-08-20 10:12:10 +02:00
mesecons_walllever Update tile_images 2012-11-08 20:52:36 +01:00
.gitignore Added .gitignore 2012-01-28 19:05:59 +01:00
README Update README 2012-08-13 13:17:35 +02:00
modpack.txt Add modpack.txt as modpack support has been added to MineTest dev around an hour ago: 2012-05-21 14:06:13 -04:00

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