Mod for minetest that adds digital circuitry [=minecraft redstone] http://mesecons.net https://content.minetest.net/packages/Jeija/mesecons/
Go to file
Vanessa Ezekowitz e12b297987 change all recipes to use group:mesecon_conductor_craftable
fixed deprecated/invalid recipes in lightstones.

fixed copy&paste error in one of the delayer textures

fixed recipe for player detector to rely on microcontroller instead of old IC
2012-08-11 20:53:47 -04:00
mesecons Merge branch 'master' of github.com:Jeija/minetest-mod-mesecons 2012-08-11 17:52:11 -04: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 change all recipes to use group:mesecon_conductor_craftable 2012-08-11 20:53:47 -04:00
mesecons_button change all recipes to use group:mesecon_conductor_craftable 2012-08-11 20:53:47 -04:00
mesecons_delayer change all recipes to use group:mesecon_conductor_craftable 2012-08-11 20:53:47 -04:00
mesecons_detector change all recipes to use group:mesecon_conductor_craftable 2012-08-11 20:53:47 -04:00
mesecons_dev change all recipes to use group:mesecon_conductor_craftable 2012-08-11 20:53:47 -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 change all recipes to use group:mesecon_conductor_craftable 2012-08-11 20:53:47 -04:00
mesecons_lightstone change all recipes to use group:mesecon_conductor_craftable 2012-08-11 20:53:47 -04:00
mesecons_materials Add first experimental version of a (programmable) microcontroller 2012-08-08 13:26:32 +02:00
mesecons_microcontroller change all recipes to use group:mesecon_conductor_craftable 2012-08-11 20:53:47 -04:00
mesecons_movestones change all recipes to use group:mesecon_conductor_craftable 2012-08-11 20:53:47 -04:00
mesecons_mvps Several bugfixes and cleanups for movestones 2012-06-23 13:24:03 +02:00
mesecons_noteblock change all recipes to use group:mesecon_conductor_craftable 2012-08-11 20:53:47 -04:00
mesecons_pistons change all recipes to use group:mesecon_conductor_craftable 2012-08-11 20:53:47 -04:00
mesecons_powerplant change all recipes to use group:mesecon_conductor_craftable 2012-08-11 20:53:47 -04:00
mesecons_pressureplates Mesecons only connect to blocks with group mesecon > 1 2012-08-11 23:39:28 +02:00
mesecons_random change all recipes to use group:mesecon_conductor_craftable 2012-08-11 20:53:47 -04:00
mesecons_solarpanel Mesecons only connect to blocks with group mesecon > 1 2012-08-11 23:39:28 +02:00
mesecons_switch change all recipes to use group:mesecon_conductor_craftable 2012-08-11 20:53:47 -04:00
mesecons_temperest change all recipes to use group:mesecon_conductor_craftable 2012-08-11 20:53:47 -04:00
mesecons_textures Mesecons only connect to blocks with group mesecon > 1 2012-08-11 23:39:28 +02:00
mesecons_torch change all recipes to use group:mesecon_conductor_craftable 2012-08-11 20:53:47 -04:00
mesecons_walllever change all recipes to use group:mesecon_conductor_craftable 2012-08-11 20:53:47 -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