Mod for minetest that adds digital circuitry [=minecraft redstone] http://mesecons.net https://content.minetest.net/packages/Jeija/mesecons/
Go to file
Jeija 4db24333f5 Add craft recipe for noteblock 2012-08-10 21:31:52 +02:00
mesecons Consistency improvement and remove dead code 2012-08-10 18:58:21 +02:00
mesecons_alias Fix missing Plug Alias 2012-04-07 11:23:07 +02:00
mesecons_battery Bugfix for the battery: Use receptor_on/off 2012-08-08 20:33:14 +02:00
mesecons_blinkyplant Power Plant 2012-08-01 19:36:32 +06:00
mesecons_button Improve light level a little 2012-08-10 11:31:01 +02:00
mesecons_delayer made mesecons delayer thinner to better match the other floor devices 2012-08-09 21:29:33 -04:00
mesecons_detector not_in_creative_inventory 2012-08-01 15:58:19 +06:00
mesecons_dev Remove deprecated API functions "register_on_placenode" and "register_on_dignode" where possible. 2012-06-04 22:20:04 -04:00
mesecons_door Add mesecon-controlled 3D door 2012-06-21 17:26:42 +02:00
mesecons_hydroturbine not_in_creative_inventory 2012-08-01 15:58:19 +06:00
mesecons_lamp Make lamps and pressure plates walkable 2012-08-05 13:37:20 +02:00
mesecons_lightstone not_in_creative_inventory 2012-08-01 15:58:19 +06:00
mesecons_materials Add first experimental version of a (programmable) microcontroller 2012-08-08 13:26:32 +02:00
mesecons_microcontroller Update Microcontroller Tutorial 2012-08-10 20:58:39 +02:00
mesecons_movestones Several bugfixes and cleanups for movestones 2012-06-23 13:24:03 +02:00
mesecons_mvps Several bugfixes and cleanups for movestones 2012-06-23 13:24:03 +02:00
mesecons_noteblock Add craft recipe for noteblock 2012-08-10 21:31:52 +02:00
mesecons_pistons Fix sticky piston duplicate bug 2012-08-10 20:12:53 +02:00
mesecons_powerplant Power Plant 2012-08-01 19:36:32 +06:00
mesecons_pressureplates made pressure plates go thin (1/4 pixel thick) when "on" 2012-08-10 02:28:22 -04:00
mesecons_random not_in_creative_inventory 2012-08-01 15:58:19 +06:00
mesecons_solarpanel thickened soloar panel slightly for consistency with floor-objects 2012-08-09 21:44:05 -04:00
mesecons_switch not_in_creative_inventory 2012-08-01 15:58:19 +06:00
mesecons_temperest thickened up pressure plates slightly for consistency 2012-08-09 21:35:34 -04:00
mesecons_textures Re-added nodebox-based wall levers, this time making sure to check that they 2012-08-09 20:00:36 -04:00
mesecons_torch Mesecon Torch 2012-08-01 21:30:30 +06:00
mesecons_walllever Fix bug in registration of wall lever as receptor_node_on 2012-08-10 11:42:21 +02:00
.gitignore Added .gitignore 2012-01-28 19:05:59 +01:00
README Update README. 2012-05-21 14:03:56 -04: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
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 mesecons_* directories into minetest/data/mods/ to install it.

VERSION: 0.9 DEV