Mod for minetest that adds digital circuitry [=minecraft redstone] http://mesecons.net https://content.minetest.net/packages/Jeija/mesecons/
Go to file
Kyle d399162fc1 Reduced the number of µC images. Instead of 16 top images, there is one
off image, then four port images that can be overlaid on top of the
blank.
2012-08-24 23:23:44 -07:00
mesecons minor tweak to vertical mesecons wire stubs to help with z-fighting objects 2012-08-21 14:19:28 -04:00
mesecons_alias Add alias for solar panel: mesecons:solarpanel 2012-08-13 14:38:27 +02:00
mesecons_blinkyplant Switch from tile_images to tiles = {...} 2012-08-20 10:12:10 +02:00
mesecons_button Re-enable button + Wall lever, bugfix that adds a 'receiver' node (not yet designed) 2012-08-17 16:28:59 +02:00
mesecons_delayer New effector system, effectors have to be registered with mesecon:register_effector(onstate, offstate, rules, function get_rules) rules and function get_rules are optional. You don't have to specify both onstate and offstate (required for e.g. removestone) 2012-08-13 20:17:45 +02:00
mesecons_detector Switch from tile_images to tiles = {...} 2012-08-20 10:12:10 +02:00
mesecons_dev change all recipes to use group:mesecon_conductor_craftable 2012-08-11 20:53:47 -04:00
mesecons_door Switch from tile_images to tiles = {...} 2012-08-20 10:12:10 +02:00
mesecons_hydroturbine Change tile_images to tiles for water turbine 2012-08-15 10:59:16 +02:00
mesecons_insulated Add fiber and craft recipe for insulated mesecon 2012-08-17 21:32:21 +02:00
mesecons_lamp Switch from tile_images to tiles = {...} 2012-08-20 10:12:10 +02:00
mesecons_lightstone Switch from tile_images to tiles = {...} 2012-08-20 10:12:10 +02:00
mesecons_materials added texture for fiber craft item 2012-08-18 10:16:20 -04:00
mesecons_microcontroller Reduced the number of µC images. Instead of 16 top images, there is one 2012-08-24 23:23:44 -07:00
mesecons_movestones Switch from tile_images to tiles = {...} 2012-08-20 10:12:10 +02:00
mesecons_mvps Several bugfixes and cleanups for movestones 2012-06-23 13:24:03 +02:00
mesecons_noteblock New effector system, effectors have to be registered with mesecon:register_effector(onstate, offstate, rules, function get_rules) rules and function get_rules are optional. You don't have to specify both onstate and offstate (required for e.g. removestone) 2012-08-13 20:17:45 +02:00
mesecons_pistons Remove piston_up from dead groups 2012-08-13 20:39:14 +02:00
mesecons_powerplant Use sapling instead of jungelgrass for power & blinky plant. Glue is made by cooking saplings. 2012-08-13 14:36:48 +02:00
mesecons_pressureplates Switch from tile_images to tiles = {...} 2012-08-20 10:12:10 +02:00
mesecons_random Switch from tile_images to tiles = {...} 2012-08-20 10:12:10 +02:00
mesecons_receiver Fix bug when placing a wire (receiver) to an onstate-walllever/button 2012-08-19 10:38:44 +02:00
mesecons_solarpanel Code improvement, Bugfix for solar panel 2012-08-13 14:26:00 +02:00
mesecons_switch Switch from tile_images to tiles = {...} 2012-08-20 10:12:10 +02:00
mesecons_textures Reduced the number of µC images. Instead of 16 top images, there is one 2012-08-24 23:23:44 -07:00
mesecons_torch Switch from tile_images to tiles = {...} 2012-08-20 10:12:10 +02:00
mesecons_walllever Remove some useless code 2012-08-17 16:33:18 +02:00
.gitignore Added .gitignore 2012-01-28 19:05:59 +01:00
README Update README 2012-08-13 13:17:35 +02: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
VanessaE: Awesome textures & design, coding
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 minetest-mod-mesecons directory into you game's mod folder 
(e.g. games/minetest_game/mods/minetest-mod-mesecons)

You can remove modules of this mod by deleting the mesecons_*
folders in the minetest-mod-mesecons directory.

Mod dependencies: none