Mod for minetest that adds digital circuitry [=minecraft redstone] http://mesecons.net https://content.minetest.net/packages/Jeija/mesecons/
Go to file
Anthony Zhang ecefc937c9 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 Fix Microcontroller bug (discovered by Fenris) and some others that propably noone found 2012-09-08 15:10:31 +02: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_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 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 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_pistons Actuator ignored liquid (all) 2012-08-30 14:20:18 +02:00
mesecons_powerplant Use sapling instead of jungelgrass for power & blinky plant. Glue is made by cooking saplings. 2012-08-13 14:36:48 +02:00
mesecons_pressureplates Switch from tile_images to tiles = {...} 2012-08-20 10:12:10 +02:00
mesecons_random 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_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 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 Switch from tile_images to tiles = {...} 2012-08-20 10:12:10 +02:00
mesecons_walllever Use sunlight_propagates = true for some more nodes 2012-09-07 15:59:49 +02: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