This is a Minecraft mod that adds another type of levers. Instead of outputting a redstone signal from each side of the lever block they only output signal from the short sides. On the long sides, they accept redstone input - and they get toggled when they receive such a signal.
This is inspired by the SCM mod made by amadornes, where tiny levers on circuits have similar behavior.
Install Forge following their installation instructions, download this mod jar file for your version of the game and place it into your 'mods' folder. When updating, be sure to remove the old version as well.
I am open to accept sane PR's (fixing bugs, adding localizations etc.), but if you want to add features please make an issue or contact me in any other way.
This mod uses ForgeGradle and you can follow a standard routine of cloning and compiling such a project with the following commands:
git clone https://github.com/necauqua/cell-lever
cd cell-lever
./gradlew build
- on Windows usegradlew.bat build
You'll need to have JDK 8 and Git installed for this.
Freshly compiled jar file of the mod will be sitting in the cell-lever/build/libs
folder.
This mod uses MIT, which is a permissive open-sourse license that allows you to do pretty much anything with the mod as long as you keep the license notice (LICENSE file) with it. This file is included in the jar-file of the mod, so you can just simply that file in any way you could imagine.
As stated above, since this mod is licensed under MIT, and you may freely use it in absolutely any way you want.
If you want to be extra nice then please tell me about adding it to your modpacks - on Discord or Twitter for example, just because I'm curious.