MineClone2/mods/ITEMS/REDSTONE
Wuzzy 1b5875582e Make redstone block an alldirs block 2018-01-13 01:49:28 +01:00
..
mcl_comparators Add basic screwdriver support 2017-12-05 14:09:39 +01:00
mcl_dispensers Easier orientation of dispenser/dropper placement 2018-01-11 01:28:36 +01:00
mcl_droppers Easier orientation of dispenser/dropper placement 2018-01-11 01:28:36 +01:00
mcl_observers Add help text for observer 2018-01-10 21:26:39 +01:00
mesecons Clean up the redstone rules 2018-01-12 01:37:32 +01:00
mesecons_alias Add pressure plates for each wood type 2017-11-22 22:08:09 +01:00
mesecons_button Clean up the redstone rules 2018-01-12 01:37:32 +01:00
mesecons_commandblock Tweak command block formspec 2018-01-02 14:32:40 +01:00
mesecons_delayer Add basic screwdriver support 2017-12-05 14:09:39 +01:00
mesecons_lightstone Add opaque group to lit redstone lamp 2018-01-09 15:19:10 +01:00
mesecons_mvps Prepare dummy code for unsticky nodes (glazed terracotta) 2018-01-10 01:33:56 +01:00
mesecons_noteblock Clean up the redstone rules 2018-01-12 01:37:32 +01:00
mesecons_pistons Remove get_look_pitch in mesecons_pistons 2018-01-10 21:39:22 +01:00
mesecons_pressureplates Clean up the redstone rules 2018-01-12 01:37:32 +01:00
mesecons_solarpanel Adjust redstone rules of most redstone components 2017-09-14 02:21:46 +02:00
mesecons_torch Make redstone block an alldirs block 2018-01-13 01:49:28 +01:00
mesecons_walllever Clean up the redstone rules 2018-01-12 01:37:32 +01:00
mesecons_wires Remove facedir, add sounds to redstone wires 2018-01-09 17:31:23 +01:00
README Add piston sounds 2017-02-19 20:48:56 +01:00
modpack.txt Organize mods into modpacks for better overview 2017-02-16 01:45:21 +01: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
suzenako: Piston sounds
...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

Code license: LGPLv3 or later
Media license: CC BY-SA 3.0 <https://creativecommons.org/licenses/by-sa/3.0/>