Mod for minetest that adds digital circuitry [=minecraft redstone] http://mesecons.net https://content.minetest.net/packages/Jeija/mesecons/
Go to file
Vanessa Ezekowitz 39db9cf01c Added "mesecon = 1" to the groups setting for most objects, so that they'll
visibly connect to neighboring wires.
2012-08-10 17:35:54 -04:00
mesecons Consistency improvement and remove dead code 2012-08-10 18:58:21 +02:00
mesecons_alias Remove support for old jeija_* nodenames; add delayer and microcontroller aliases 2012-08-10 21:48:24 +02:00
mesecons_battery Added "mesecon = 1" to the groups setting for most objects, so that they'll 2012-08-10 17:35:54 -04:00
mesecons_blinkyplant Added "mesecon = 1" to the groups setting for most objects, so that they'll 2012-08-10 17:35:54 -04:00
mesecons_button Improve light level a little 2012-08-10 11:31:01 +02:00
mesecons_delayer Added "mesecon = 1" to the groups setting for most objects, so that they'll 2012-08-10 17:35:54 -04:00
mesecons_detector Added "mesecon = 1" to the groups setting for most objects, so that they'll 2012-08-10 17:35:54 -04: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 Added "mesecon = 1" to the groups setting for most objects, so that they'll 2012-08-10 17:35:54 -04:00
mesecons_hydroturbine Added "mesecon = 1" to the groups setting for most objects, so that they'll 2012-08-10 17:35:54 -04:00
mesecons_lamp Added "mesecon = 1" to the groups setting for most objects, so that they'll 2012-08-10 17:35:54 -04:00
mesecons_lightstone Added "mesecon = 1" to the groups setting for most objects, so that they'll 2012-08-10 17:35:54 -04:00
mesecons_materials Add first experimental version of a (programmable) microcontroller 2012-08-08 13:26:32 +02:00
mesecons_microcontroller Added "mesecon = 1" to the groups setting for most objects, so that they'll 2012-08-10 17:35:54 -04: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 Added "mesecon = 1" to the groups setting for most objects, so that they'll 2012-08-10 17:35:54 -04:00
mesecons_pistons Added "mesecon = 1" to the groups setting for most objects, so that they'll 2012-08-10 17:35:54 -04:00
mesecons_powerplant Added "mesecon = 1" to the groups setting for most objects, so that they'll 2012-08-10 17:35:54 -04:00
mesecons_pressureplates Added "mesecon = 1" to the groups setting for most objects, so that they'll 2012-08-10 17:35:54 -04:00
mesecons_random Added "mesecon = 1" to the groups setting for most objects, so that they'll 2012-08-10 17:35:54 -04:00
mesecons_solarpanel Added "mesecon = 1" to the groups setting for most objects, so that they'll 2012-08-10 17:35:54 -04:00
mesecons_switch Added "mesecon = 1" to the groups setting for most objects, so that they'll 2012-08-10 17:35:54 -04:00
mesecons_temperest Added "mesecon = 1" to the groups setting for most objects, so that they'll 2012-08-10 17:35:54 -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 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