Mod for minetest that adds digital circuitry [=minecraft redstone] http://mesecons.net https://content.minetest.net/packages/Jeija/mesecons/
Go to file
Anthony Zhang a9a2108d13 Implement /say and /tell commands to aid mapmakers using command blocks. 2012-12-25 14:26:03 -05:00
mesecons Add new crafting recipe for mesecons: Cook a mese crystal 2012-12-21 16:19:38 +01:00
mesecons_alias Fix microcontroller alias 2012-12-09 11:16:48 +01:00
mesecons_blinkyplant Fix blinky plant bug (crash when placing mesecon next to it) 2012-12-10 22:05:13 +01:00
mesecons_button Port door, fix button/lever bug, new visual style for receiver 2012-12-09 13:28:32 +01:00
mesecons_commandblock Implement /say and /tell commands to aid mapmakers using command blocks. 2012-12-25 14:26:03 -05:00
mesecons_compatibility Port door, fix button/lever bug, new visual style for receiver 2012-12-09 13:28:32 +01:00
mesecons_delayer Port a lot more (basically everything apart from gates, pistons and extrawire crossing) to the new nodedef system. There are some problems with wall button and wall lever (in the way they visually connect to wires) 2012-12-09 00:42:30 +01:00
mesecons_detector Port a lot more (basically everything apart from gates, pistons and extrawire crossing) to the new nodedef system. There are some problems with wall button and wall lever (in the way they visually connect to wires) 2012-12-09 00:42:30 +01:00
mesecons_extrawires Fix #62 (Hopefully this time) 2012-12-16 19:03:46 +01:00
mesecons_gates Port gates (finally) 2012-12-10 19:46:24 +01:00
mesecons_hydroturbine Port more blocks to nodedef system: object detector, extrawires, water turbine, insulated wire 2012-12-08 22:28:46 +01:00
mesecons_insulated Fix insulated mesecon 2012-12-10 17:19:30 +01:00
mesecons_lamp Port a lot more (basically everything apart from gates, pistons and extrawire crossing) to the new nodedef system. There are some problems with wall button and wall lever (in the way they visually connect to wires) 2012-12-09 00:42:30 +01:00
mesecons_lightstone Fix a bug reported here: http://minetest.net/forum/viewtopic.php?pid=56152#p56152 2012-12-11 18:15:44 +01:00
mesecons_materials added texture for fiber craft item 2012-08-18 10:16:20 -04:00
mesecons_microcontroller Include experimental vertical wires (needs textures) 2012-12-13 18:42:45 +01:00
mesecons_movestones Port a lot more (basically everything apart from gates, pistons and extrawire crossing) to the new nodedef system. There are some problems with wall button and wall lever (in the way they visually connect to wires) 2012-12-09 00:42:30 +01:00
mesecons_mvps Actuator ignored liquid (all) 2012-08-30 14:20:18 +02:00
mesecons_noteblock Port a lot more (basically everything apart from gates, pistons and extrawire crossing) to the new nodedef system. There are some problems with wall button and wall lever (in the way they visually connect to wires) 2012-12-09 00:42:30 +01:00
mesecons_pistons Same for sticky piston 2012-12-18 16:21:41 +01:00
mesecons_powerplant Port a lot more (basically everything apart from gates, pistons and extrawire crossing) to the new nodedef system. There are some problems with wall button and wall lever (in the way they visually connect to wires) 2012-12-09 00:42:30 +01:00
mesecons_pressureplates Port a lot more (basically everything apart from gates, pistons and extrawire crossing) to the new nodedef system. There are some problems with wall button and wall lever (in the way they visually connect to wires) 2012-12-09 00:42:30 +01:00
mesecons_random Port a lot more (basically everything apart from gates, pistons and extrawire crossing) to the new nodedef system. There are some problems with wall button and wall lever (in the way they visually connect to wires) 2012-12-09 00:42:30 +01:00
mesecons_receiver Port door, fix button/lever bug, new visual style for receiver 2012-12-09 13:28:32 +01:00
mesecons_solarpanel Port a lot more (basically everything apart from gates, pistons and extrawire crossing) to the new nodedef system. There are some problems with wall button and wall lever (in the way they visually connect to wires) 2012-12-09 00:42:30 +01:00
mesecons_switch Cleanup, make and use util.lua, port command block and delayer to nodedef 2012-12-08 21:56:09 +01:00
mesecons_textures Remove dead parts of the mod/dead textures/wireless mesecons 2012-12-10 20:55:13 +01:00
mesecons_torch Port a lot more (basically everything apart from gates, pistons and extrawire crossing) to the new nodedef system. There are some problems with wall button and wall lever (in the way they visually connect to wires) 2012-12-09 00:42:30 +01:00
mesecons_walllever Port door, fix button/lever bug, new visual style for receiver 2012-12-09 13:28:32 +01: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