This mod runs on Fabric, so make sure you have that installed.
Download the Fabric API if you don't have it already. Put it in your mods folder.
Go to Releases (or compile it, see below) and download the latest release. Also put it in your mods folder.
The mods
folder can be found in .minecraft.
If not, create it.
New blocks added by this mod:
- Memory Cell
- Small Memory Cell
- Configurable Redstone Block
- Curved Repeater
- Mega TNT
- Real Time Clock (subject to change)
- Probable more in the future...
Clone the repo
git clone https://github.com/antonilol/redstone_components.git
or download the zip and unzip it.
Enter the folder (cd
or double click).
And finally, compile.
./gradlew build
If it says bash: ./gradlew: Permission denied
, make gradlew
executable.
chmod +x gradlew
Clone or download like mentioned above and build with
gradlew.bat build
Clone the repo.
To get completions in your IDE (if applicable) run ./gradlew genSources
(unix) or gradlew.bat genSources
(windows).
More on that here.
MIT