Mod for minetest that adds digital circuitry [=minecraft redstone] http://mesecons.net https://content.minetest.net/packages/Jeija/mesecons/
Go to file
Kotolegokot 83aa17606d Solar panel 2012-08-02 11:43:43 +06:00
mesecons not_in_creative_inventory 2012-08-01 15:58:19 +06:00
mesecons_alias Fix missing Plug Alias 2012-04-07 11:23:07 +02:00
mesecons_battery Fix battery nodebox 2012-08-01 16:10:54 +06:00
mesecons_blinkyplant Power Plant 2012-08-01 19:36:32 +06:00
mesecons_button not_in_creative_inventory 2012-08-01 15:58:19 +06:00
mesecons_delayer not_in_creative_inventory 2012-08-01 15:58:19 +06: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 Meselamp nodebox 2012-08-01 23:29:03 +06:00
mesecons_lightstone not_in_creative_inventory 2012-08-01 15:58:19 +06:00
mesecons_materials Upload after major code reorganization - Version 0.6 DEV - Split mesecons mod into several modules - [BUGGY?] 2012-03-05 19:21:26 +01: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 Remove deprecated API functions "register_on_placenode" and "register_on_dignode" where possible. 2012-06-04 22:20:04 -04:00
mesecons_pistons Fix off-by-one error in piston length calculation and change the node pushing to make use of the fact that minetest.env:place_node() is apparently a no-op if the node is not air or liquid. 2012-07-20 22:15:49 -04:00
mesecons_powerplant Power Plant 2012-08-01 19:36:32 +06:00
mesecons_pressureplates not_in_creative_inventory 2012-08-01 15:58:19 +06:00
mesecons_random not_in_creative_inventory 2012-08-01 15:58:19 +06:00
mesecons_solarpanel Solar panel 2012-08-02 11:43:43 +06:00
mesecons_switch not_in_creative_inventory 2012-08-01 15:58:19 +06:00
mesecons_temperest not_in_creative_inventory 2012-08-01 15:58:19 +06:00
mesecons_textures Solar panel 2012-08-02 11:43:43 +06:00
mesecons_torch Mesecon Torch 2012-08-01 21:30:30 +06:00
mesecons_walllever not_in_creative_inventory 2012-08-01 15:58:19 +06:00
mesecons_whiskers75 AND block changed! Now in its own dir. Also, auto power on (NOT off) has been added. 2012-06-22 17:49:26 +01:00
.gitignore Added .gitignore 2012-01-28 19:05:59 +01:00
README Update README. 2012-05-21 14:03:56 -04:00
WHISKERS75_README AND block changed! Now in its own dir. Also, auto power on (NOT off) has been added. 2012-06-22 17:49:26 +01: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