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

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