Mod for minetest that adds digital circuitry [=minecraft redstone] http://mesecons.net https://content.minetest.net/packages/Jeija/mesecons/
Go to file
Jeija 0e34696214 Make Mese conductive 2013-02-11 11:01:13 +01:00
mesecons Make load times faster by avoiding inventorycube and wielditem creation in technical blocks such as active wires and various piston orientations. 2013-02-08 14:36:20 -05:00
mesecons_alias Compatibility with old pistons 2012-12-27 12:03:05 +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 Fix piston drops and craft recipe 2013-02-06 21:24:58 +01:00
mesecons_delayer Add crafting recipe for the delayer (similar to redstone, but with cobble instead of stone) 2012-12-30 09:07:49 +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 Make Mese conductive 2013-02-11 11:01:13 +01:00
mesecons_gates Fix a bug that occured when using a receptor placed directly next to a 2013-01-09 16:56:25 +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 Add experimental 'corner' wire, an insulated bended wire (needs textures and maybe rename it) 2012-12-27 09:54:19 +01:00
mesecons_lamp Re-write pistons from scratch, propably fixes a lot of bugs and doesn't cause too many new ones. 2012-12-26 22:54:28 +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 Add rule-name system. Every input rule can now have a name, that could help e.g. the microcontroller to know where a signal comes from. 2012-12-19 17:34:05 +01:00
mesecons_movestones Fix server crash when using movestones 2012-12-27 22:33:09 +01:00
mesecons_mvps Fix piston drops and craft recipe 2013-02-06 21:24:58 +01: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 Fix sticky piston crafting recipe. 2013-02-08 19:50:20 -05: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 Rework the next nodes: Pressure Plates 2012-12-27 22:28:39 +01:00
mesecons_random Remove ghoststone shadow when active. 2013-02-08 16:49:27 -08:00
mesecons_receiver Fix #73 - receiver wire drops down one node when connected button is dug. 2013-02-08 14:18:42 -05: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 added and tweaked textures to improve appearance and tiling of insulated 2012-12-27 13:50:54 -05:00
mesecons_torch Minor cleanup of mesecno torch and add another rule to it (behind above) 2012-12-27 10:50:20 +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