A Minecraft Forge mod all about Redstone circuity.
Release Branch | MC Version | Status |
---|---|---|
publish/1.18.2/release |
1.18.2 | |
publish/1.18.2/beta |
1.18.2 | |
publish/1.16/release |
1.16.5 | |
publish/1.16/beta |
1.16.5 | |
publish/1.15/beta |
1.15.2 |
Project Red uses a standard Forge Gradle environment. Setup steps should be the same as most other mods. Instructions below are for Intellij IDEA, but the process is very similar for both Eclipse and VSCode. See Forge Gradle docs for more info.
-
Create a new folder and check out the repository:
mkdir ~/projectred && cd ~/projectred git checkout https://github.com/MrTJP/ProjectRed.git .
-
Build the project:
./gradlew build
-
Generate run configurations:
./gradlew genIntellijRuns
-
Open the project directory in Intellij IDEA and give it a few minutes to set up and index the Gradle project.
You can re-build jar files locally by running ./gradlew build
. The jars can be found in ./<module>/build/libs
.