Make Redstone in Mineclone more like Minecraft
Go to file
Henry Behrendt 93c80b0635 some wiring-fixes 2021-10-09 22:10:47 +02:00
mcl_comparators comparator read from item_frame 2021-10-09 22:09:34 +02:00
mcl_dispensers initial commit 2021-08-22 18:59:49 +02:00
mcl_droppers initial commit 2021-08-22 18:59:49 +02:00
mcl_observers initial commit 2021-08-22 18:59:49 +02:00
mesecons some wiring-fixes 2021-10-09 22:10:47 +02:00
mesecons_alias initial commit 2021-08-22 18:59:49 +02:00
mesecons_button dig wire and receptor, directly and indirectly 2021-09-12 20:54:09 +02:00
mesecons_commandblock initial commit 2021-08-22 18:59:49 +02:00
mesecons_delayer dig wire and receptor, directly and indirectly 2021-09-12 20:54:09 +02:00
mesecons_lightstone initial commit 2021-08-22 18:59:49 +02:00
mesecons_mvps initial commit 2021-08-22 18:59:49 +02:00
mesecons_noteblock initial commit 2021-08-22 18:59:49 +02:00
mesecons_pistons initial commit 2021-08-22 18:59:49 +02:00
mesecons_pressureplates pressure_plate through opaque blocks 2021-09-05 08:42:52 +02:00
mesecons_solarpanel initial commit 2021-08-22 18:59:49 +02:00
mesecons_torch dig wire and receptor, directly and indirectly 2021-09-12 20:54:09 +02:00
mesecons_walllever dig wire and receptor, directly and indirectly 2021-09-12 20:54:09 +02:00
mesecons_wires some wiring-fixes 2021-10-09 22:10:47 +02:00
README readme 2021-09-13 21:19:42 +02:00
modpack.conf initial commit 2021-08-22 18:59:49 +02:00

README

REDSTONE

Based on a copy of REDSTONE-mod-package from https://git.minetest.land/MineClone5/MineClone5

Goal
 * Make Redstone in Mineclone more like Minecraft
 * Initial idea: create an automatic warehouse like https://www.youtube.com/watch?v=eoPhilZSXuo

Steps
 * voltage 0 to 15 for wire and comparator (seems to work)
 * wiring (in work)
 * comparator read content from chests, hopper, jukebox, group comparator_signal (cauldrons, cake, ...) (seems to work)
 
 
 
Install
 * replace REDSTONE-mod-folder (typical: ~/.minetest/games/MineClone5/mods/ITEMS/REDSTONE)
 * try branch backport_mc2_0.71 for MineClone2 v0.71
 * dig existing wires and place it again (no automatic replacement)




Original 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/>