VoxeLibre/mods/ITEMS/REDSTONE
2024-06-15 07:09:53 -05:00
..
mcl_comparators Fix crash in comparitor code, add input rule processing 2024-06-15 07:09:53 -05:00
mcl_dispensers Improved tool tooltips (#4306) 2024-05-22 18:55:07 +00:00
mcl_droppers Implement custom item dropper handlers, implement droppers placing minecarts 2024-06-15 14:08:29 +02:00
mcl_observers mcl_observers pt_BR translation 2023-12-22 23:45:08 +01:00
mcl_target mcl_target pt_BR translation 2023-12-22 23:45:08 +01:00
mesecons Disable mesecons processing, create initial redstone power propigation code, change wall lever to use new code, modify scheduler to provide backtraces when tasks error 2024-06-15 07:09:53 -05:00
mesecons_alias Move data from deprecated files to mod.conf 2021-03-18 17:37:12 +01:00
mesecons_button Change MineClone 2 to VoxeLibre 2024-05-07 11:38:00 +00:00
mesecons_commandblock Implement minecart with command block 2024-06-15 14:08:29 +02:00
mesecons_delayer Add delay support to vl_redstone.set_power, switch repeater over 2024-06-15 07:09:53 -05:00
mesecons_lightstone Updated translation files 2024-01-01 02:18:01 +01:00
mesecons_mvps Stalker rename (partial) 2024-05-12 06:21:37 +02:00
mesecons_noteblock Add a new 'pumpkin' group (#4012) 2023-11-14 15:35:30 +00:00
mesecons_pistons Vertical pistons now save owner meta 2023-11-04 16:01:46 +00:00
mesecons_pressureplates mesecons_pressureplates pt_BR translation 2023-12-22 23:45:08 +01:00
mesecons_solarpanel Update russian translation 2023-08-31 14:16:42 +08:00
mesecons_torch Get redstone torches mostly workng (had to disable only calling node update routines when power level changes which is incorrect behavior, three redstone torch oscillator is not working correctly) 2024-06-15 07:09:53 -05:00
mesecons_walllever make mcl_util.call_safe and use it to make sure that mesecon devices are isolated from each other and can't crash the server, handle powered solid blocks, increase powered on to 16 2024-06-15 07:09:53 -05:00
mesecons_wires Update russian translation 2023-08-31 14:16:42 +08:00
vl_redstone Get redstone torches mostly workng (had to disable only calling node update routines when power level changes which is incorrect behavior, three redstone torch oscillator is not working correctly) 2024-06-15 07:09:53 -05:00
modpack.conf Add a couple of modpack.conf files 2019-01-07 00:52:05 +01:00
README Add piston sounds 2017-02-19 20:48:56 +01:00

-- |\    /| ____ ____  ____ _____   ____         _____
-- | \  / | |    |     |    |      |    | |\   | |
-- |  \/  | |___ ____  |___ |      |    | | \  | |____
-- |      | |        | |    |      |    | |  \ |     |
-- |      | |___ ____| |___ |____  |____| |   \| ____|
-- 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/>