53 lines
1.5 KiB
Plaintext
53 lines
1.5 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, closer to minecraft)
|
|
* comparator read content from chests, hopper, jukebox, group comparator_signal (cauldrons, cake, ...)
|
|
|
|
|
|
|
|
##Install
|
|
* replace REDSTON-mod-folder (typical: ~/.minetest/games/MineClone5/mods/ITEMS/REDSTONE)
|
|
* try branch backport_mc2_0.71 for MineClone2 v0.71
|
|
|
|
|
|
|
|
|
|
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/>
|