Mineclonia/mods/ITEMS/REDSTONE
Wuzzy a84f7935fa Revert "Utilize formspec prepend"
This reverts commit ea0c2e9568.
2019-03-07 12:42:08 +01:00
..
mcl_comparators Check protection for most nodes 2019-02-08 21:59:01 +01:00
mcl_dispensers Revert "Utilize formspec prepend" 2019-03-07 12:42:08 +01:00
mcl_droppers Revert "Utilize formspec prepend" 2019-03-07 12:42:08 +01:00
mcl_observers Fix up/down observers dropping themselves 2018-06-05 19:27:18 +02:00
mesecons Mesecons: Stop using deprecated settings syntax 2018-06-13 19:41:57 +02: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 Check protection for most nodes 2019-02-08 21:59:01 +01:00
mesecons_delayer Protect: add bottles, mobspawner, fix repeater 2019-02-08 22:17:51 +01:00
mesecons_lightstone Remove minetest.inventorycube call from rs lamps 2018-05-16 18:27:19 +02:00
mesecons_mvps Replace deprecated functions 2019-03-06 04:38:57 +01:00
mesecons_noteblock Check protection for most nodes 2019-02-08 21:59:01 +01:00
mesecons_pistons Remove sunlight propagation for various nodes 2018-01-28 20:21:02 +01:00
mesecons_pressureplates Replace getpos() with get_pos() 2019-02-01 06:33:07 +01:00
mesecons_solarpanel Check protection for most nodes 2019-02-08 21:59:01 +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 Clean up item categorization in creative inv. 2019-02-06 11:15:53 +01:00
README Add piston sounds 2017-02-19 20:48:56 +01:00
modpack.conf Add a couple of modpack.conf files 2019-01-07 00:52:05 +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/>