Mineclonia/mods/ITEMS/REDSTONE
Wuzzy 4db935e91e Update falling nodes after being moved by piston 2018-05-19 02:30:23 +02:00
..
mcl_comparators Cake+cauldron+endportalfr. put signal 4 comparator 2018-05-13 00:33:26 +02:00
mcl_dispensers Move bow/arrow logic into new mod mcl_bows 2018-05-07 23:10:49 +02: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 Refactor arrow→button hit 2018-05-08 18:22:08 +02:00
mesecons_commandblock Also save cmd block on enter key 2018-05-16 18:16:17 +02:00
mesecons_delayer Fix some global issues with rs repeater code 2018-02-02 03:46:27 +01:00
mesecons_lightstone Remove minetest.inventorycube call from rs lamps 2018-05-16 18:27:19 +02:00
mesecons_mvps Update falling nodes after being moved by piston 2018-05-19 02:30:23 +02: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 Remove inventory images of some internal nodes 2018-05-14 16:31:17 +02: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/>