MineClone5/mods/ITEMS/REDSTONE
cora ba5474f5d4 limit redstone distance by checking for players
This should probably be implemented by having redstone signals
lose strength like in mc. This just prevents redstone action
further than 40 nodes from each player.
2022-03-13 18:55:56 +04:00
..
mcl_bells Finish ruined portals 2022-02-24 03:59:11 +04:00
mcl_comparators #220 Fix a crash in mcl_comparators 2022-02-21 05:51:00 +04:00
mcl_dispensers Update Russian and other translations 2022-02-19 21:14:51 +08:00
mcl_droppers Update Russian and other translations 2022-02-19 21:14:51 +08:00
mcl_observers Update Russian and other translations 2022-02-19 21:14:51 +08:00
mesecons limit redstone distance by checking for players 2022-03-13 18:55:56 +04:00
mesecons_alias Move data from deprecated files to mod.conf 2021-03-18 17:37:12 +01:00
mesecons_button Update Russian and other translations 2022-02-19 21:14:51 +08:00
mesecons_commandblock Update Russian and other translations 2022-02-19 21:14:51 +08:00
mesecons_delayer Update Russian and other translations 2022-02-19 21:14:51 +08:00
mesecons_lightstone Update Russian and other translations 2022-02-19 21:14:51 +08:00
mesecons_mvps Update hud/credits 2022-03-07 05:52:23 +04:00
mesecons_noteblock Fix typos in translation 2022-02-20 11:39:43 +08:00
mesecons_pistons Merge remote-tracking branch 'origin/master' into testing 2022-02-20 14:31:16 +04:00
mesecons_pressureplates Finish ruined portals 2022-02-24 03:59:11 +04:00
mesecons_solarpanel Fix typos 2022-02-20 12:49:25 +08:00
mesecons_torch Update Russian and other translations 2022-02-19 21:14:51 +08:00
mesecons_walllever Update Russian and other translations 2022-02-19 21:14:51 +08:00
mesecons_wires Fix typos 2022-02-20 12:49:25 +08: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/>