REDSTONE/README

54 lines
1.6 KiB
Plaintext

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