Mineclonia/mods/ITEMS/REDSTONE
Wuzzy 4207f88266 Add dispenser API docs 2018-02-01 23:00:50 +01:00
..
mcl_comparators Update help text of comparators 2018-01-17 22:30:27 +01:00
mcl_dispensers Add dispenser API docs 2018-02-01 23:00:50 +01:00
mcl_droppers Easier orientation of dispenser/dropper placement 2018-01-11 01:28:36 +01:00
mcl_observers No longer hide observers 2018-01-30 05:56:30 +01:00
mesecons Redstone: Add basic blastnode handling 2018-01-30 06:01:36 +01:00
mesecons_alias Add pressure plates for each wood type 2017-11-22 22:08:09 +01:00
mesecons_button Fix incorrect power transmission of buttons 2018-01-13 04:08:40 +01:00
mesecons_commandblock Localize various unneeded global variables 2018-01-26 22:37:42 +01:00
mesecons_delayer Repeaters: Fix output if placed in lock + on state 2018-01-27 17:04:00 +01:00
mesecons_lightstone Add opaque group to lit redstone lamp 2018-01-09 15:19:10 +01:00
mesecons_mvps Localize various unneeded global variables 2018-01-26 22:37:42 +01:00
mesecons_noteblock Clean up the redstone rules 2018-01-12 01:37:32 +01:00
mesecons_pistons Remove sunlight propagation for various nodes 2018-01-28 20:21:02 +01:00
mesecons_pressureplates Set is_ground_content=false for some nodes 2018-01-31 19:36:27 +01:00
mesecons_solarpanel Remove sunlight propagation for various nodes 2018-01-28 20:21:02 +01:00
mesecons_torch Fix door closing if dig opaque block next to it 2018-01-26 21:11:49 +01:00
mesecons_walllever Add README/credits for the lever mod 2018-01-27 19:48:44 +01:00
mesecons_wires Set is_ground_content=false for some nodes 2018-01-31 19:36:27 +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/>