Mod for minetest that adds digital circuitry [=minecraft redstone] http://mesecons.net https://content.minetest.net/packages/Jeija/mesecons/
Go to file
Jeija 1f6e1fa7ab Mesecons only connect to blocks with group mesecon > 1 2012-08-11 23:39:28 +02:00
mesecons Mesecons only connect to blocks with group mesecon > 1 2012-08-11 23:39:28 +02:00
mesecons_alias Add new nodebox style wires. Can be activated by setting NEW_STYLE_WIRES to true (in mesecons/settings.lua) 2012-08-11 22:58:00 +02:00
mesecons_battery Mesecons only connect to blocks with group mesecon > 1 2012-08-11 23:39:28 +02:00
mesecons_blinkyplant Mesecons only connect to blocks with group mesecon > 1 2012-08-11 23:39:28 +02:00
mesecons_button did the same for buttons and up/down pistons 2012-08-10 17:59:52 -04:00
mesecons_delayer Mesecons only connect to blocks with group mesecon > 1 2012-08-11 23:39:28 +02:00
mesecons_detector Mesecons only connect to blocks with group mesecon > 1 2012-08-11 23:39:28 +02: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 Mesecons only connect to blocks with group mesecon > 1 2012-08-11 23:39:28 +02:00
mesecons_hydroturbine Mesecons only connect to blocks with group mesecon > 1 2012-08-11 23:39:28 +02:00
mesecons_lamp Mesecons only connect to blocks with group mesecon > 1 2012-08-11 23:39:28 +02:00
mesecons_lightstone Mesecons only connect to blocks with group mesecon > 1 2012-08-11 23:39:28 +02:00
mesecons_materials Add first experimental version of a (programmable) microcontroller 2012-08-08 13:26:32 +02:00
mesecons_microcontroller Mesecons only connect to blocks with group mesecon > 1 2012-08-11 23:39:28 +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 Mesecons only connect to blocks with group mesecon > 1 2012-08-11 23:39:28 +02:00
mesecons_pistons Mesecons only connect to blocks with group mesecon > 1 2012-08-11 23:39:28 +02:00
mesecons_powerplant Mesecons only connect to blocks with group mesecon > 1 2012-08-11 23:39:28 +02:00
mesecons_pressureplates Mesecons only connect to blocks with group mesecon > 1 2012-08-11 23:39:28 +02:00
mesecons_random Mesecons only connect to blocks with group mesecon > 1 2012-08-11 23:39:28 +02:00
mesecons_solarpanel Mesecons only connect to blocks with group mesecon > 1 2012-08-11 23:39:28 +02:00
mesecons_switch Mesecons only connect to blocks with group mesecon > 1 2012-08-11 23:39:28 +02:00
mesecons_temperest Mesecons only connect to blocks with group mesecon > 1 2012-08-11 23:39:28 +02:00
mesecons_textures Mesecons only connect to blocks with group mesecon > 1 2012-08-11 23:39:28 +02:00
mesecons_torch Mesecons only connect to blocks with group mesecon > 1 2012-08-11 23:39:28 +02:00
mesecons_walllever Added "mesecon = 1" to the groups setting for most objects, so that they'll 2012-08-10 17:35:54 -04: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