Mod for minetest that adds digital circuitry [=minecraft redstone] - Keywords: electronics mod minetest https://github.com/minetest-mods/mesecons

Jeija 52ddd4bdc9 Add crafting recipe for the delayer (similar to redstone, but with cobble instead of stone) 11 роки тому
mesecons 7e231b99a6 Make nr in rules rotation local in order not to pullute the holy global namespace 11 роки тому
mesecons_alias d3b77b5be3 Compatibility with old pistons 11 роки тому
mesecons_blinkyplant a55874b5d2 Fix blinky plant bug (crash when placing mesecon next to it) 11 роки тому
mesecons_button 961b955f2d Port door, fix button/lever bug, new visual style for receiver 11 роки тому
mesecons_commandblock 00e071b695 Cleanup, make and use util.lua, port command block and delayer to nodedef 11 роки тому
mesecons_compatibility 961b955f2d Port door, fix button/lever bug, new visual style for receiver 11 роки тому
mesecons_delayer 52ddd4bdc9 Add crafting recipe for the delayer (similar to redstone, but with cobble instead of stone) 11 роки тому
mesecons_detector b37bdbf55c 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) 11 роки тому
mesecons_extrawires 92122379de added and tweaked textures to improve appearance and tiling of insulated 11 роки тому
mesecons_gates 5904abbd79 Port gates (finally) 11 роки тому
mesecons_hydroturbine cf6080f723 Port more blocks to nodedef system: object detector, extrawires, water turbine, insulated wire 11 роки тому
mesecons_insulated d1ace465c7 Add experimental 'corner' wire, an insulated bended wire (needs textures and maybe rename it) 11 роки тому
mesecons_lamp d91e0b66cb Re-write pistons from scratch, propably fixes a lot of bugs and doesn't cause too many new ones. 11 роки тому
mesecons_lightstone 5540fcbcb3 Fix a bug reported here: http://minetest.net/forum/viewtopic.php?pid=56152#p56152 11 роки тому
mesecons_materials 59eded4918 added texture for fiber craft item 11 роки тому
mesecons_microcontroller 6b1bfe6391 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. 11 роки тому
mesecons_movestones d91e0b66cb Re-write pistons from scratch, propably fixes a lot of bugs and doesn't cause too many new ones. 11 роки тому
mesecons_mvps c062411fa1 Fix another two piston-related bugs 11 роки тому
mesecons_noteblock b37bdbf55c 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) 11 роки тому
mesecons_pistons c062411fa1 Fix another two piston-related bugs 11 роки тому
mesecons_powerplant b37bdbf55c 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) 11 роки тому
mesecons_pressureplates 2bbc9dd4b7 Rework the next nodes: Pressure Plates 11 роки тому
mesecons_random b37bdbf55c 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) 11 роки тому
mesecons_receiver 961b955f2d Port door, fix button/lever bug, new visual style for receiver 11 роки тому
mesecons_solarpanel b37bdbf55c 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) 11 роки тому
mesecons_switch 00e071b695 Cleanup, make and use util.lua, port command block and delayer to nodedef 11 роки тому
mesecons_textures 92122379de added and tweaked textures to improve appearance and tiling of insulated 11 роки тому
mesecons_torch ac0fb91139 Minor cleanup of mesecno torch and add another rule to it (behind above) 11 роки тому
mesecons_walllever 961b955f2d Port door, fix button/lever bug, new visual style for receiver 11 роки тому
.gitignore 0dc5c85137 Added .gitignore 12 роки тому
README 2b1f0d1338 Update README 11 роки тому
modpack.txt 95a84dde46 Add modpack.txt as modpack support has been added to MineTest dev around an hour ago: 12 роки тому

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