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

Jeija 1c4ab938ad Fix a dumb bug that conflicted with different things in the luacontroller %!s(int64=11) %!d(string=hai) anos
mesecons 10ea3c971b Merge branch 'master' into luacontroller %!s(int64=11) %!d(string=hai) anos
mesecons_alias d3b77b5be3 Compatibility with old pistons %!s(int64=12) %!d(string=hai) anos
mesecons_blinkyplant a55874b5d2 Fix blinky plant bug (crash when placing mesecon next to it) %!s(int64=12) %!d(string=hai) anos
mesecons_button 961b955f2d Port door, fix button/lever bug, new visual style for receiver %!s(int64=12) %!d(string=hai) anos
mesecons_commandblock a9a2108d13 Implement /say and /tell commands to aid mapmakers using command blocks. %!s(int64=12) %!d(string=hai) anos
mesecons_compatibility 74eefc270a Fix piston drops and craft recipe %!s(int64=11) %!d(string=hai) anos
mesecons_delayer 52ddd4bdc9 Add crafting recipe for the delayer (similar to redstone, but with cobble instead of stone) %!s(int64=12) %!d(string=hai) anos
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) %!s(int64=12) %!d(string=hai) anos
mesecons_extrawires 74eefc270a Fix piston drops and craft recipe %!s(int64=11) %!d(string=hai) anos
mesecons_gates 841bc70b97 Fix a bug that occured when using a receptor placed directly next to a %!s(int64=12) %!d(string=hai) anos
mesecons_hydroturbine cf6080f723 Port more blocks to nodedef system: object detector, extrawires, water turbine, insulated wire %!s(int64=12) %!d(string=hai) anos
mesecons_insulated d1ace465c7 Add experimental 'corner' wire, an insulated bended wire (needs textures and maybe rename it) %!s(int64=12) %!d(string=hai) anos
mesecons_lamp d91e0b66cb Re-write pistons from scratch, propably fixes a lot of bugs and doesn't cause too many new ones. %!s(int64=12) %!d(string=hai) anos
mesecons_lightstone 5540fcbcb3 Fix a bug reported here: http://minetest.net/forum/viewtopic.php?pid=56152#p56152 %!s(int64=12) %!d(string=hai) anos
mesecons_luacontroller 1c4ab938ad Fix a dumb bug that conflicted with different things in the luacontroller %!s(int64=11) %!d(string=hai) anos
mesecons_materials 59eded4918 added texture for fiber craft item %!s(int64=12) %!d(string=hai) anos
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. %!s(int64=12) %!d(string=hai) anos
mesecons_movestones d91e0b66cb Re-write pistons from scratch, propably fixes a lot of bugs and doesn't cause too many new ones. %!s(int64=12) %!d(string=hai) anos
mesecons_mvps 74eefc270a Fix piston drops and craft recipe %!s(int64=11) %!d(string=hai) anos
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) %!s(int64=12) %!d(string=hai) anos
mesecons_pistons 536c77330b Fix sticky piston crafting recipe. %!s(int64=11) %!d(string=hai) anos
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) %!s(int64=12) %!d(string=hai) anos
mesecons_pressureplates 2bbc9dd4b7 Rework the next nodes: Pressure Plates %!s(int64=12) %!d(string=hai) anos
mesecons_random fb45ee1d77 Remove ghoststone shadow when active. %!s(int64=11) %!d(string=hai) anos
mesecons_receiver 4714c908ac Fix #73 - receiver wire drops down one node when connected button is dug. %!s(int64=11) %!d(string=hai) anos
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) %!s(int64=12) %!d(string=hai) anos
mesecons_switch 00e071b695 Cleanup, make and use util.lua, port command block and delayer to nodedef %!s(int64=12) %!d(string=hai) anos
mesecons_textures ec517becab Texture the LuaController formspec %!s(int64=11) %!d(string=hai) anos
mesecons_torch ac0fb91139 Minor cleanup of mesecno torch and add another rule to it (behind above) %!s(int64=12) %!d(string=hai) anos
mesecons_walllever 961b955f2d Port door, fix button/lever bug, new visual style for receiver %!s(int64=12) %!d(string=hai) anos
.gitignore 0dc5c85137 Added .gitignore %!s(int64=12) %!d(string=hai) anos
README 2b1f0d1338 Update README %!s(int64=12) %!d(string=hai) anos
modpack.txt 95a84dde46 Add modpack.txt as modpack support has been added to MineTest dev around an hour ago: %!s(int64=12) %!d(string=hai) anos

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