This is a forked repo of the MineBike Project which aims to upgrade to forge-1.12.2
- Unzip Forge Source/forge-1.12.2-14.23.5.2838-mdk.zip to the parent directory.
- Run the following command
./gradlew setupDecompWorkspace --refresh-dependencies
For Eclipse workspace setup:
```
./gradlew eclipse
```
Alternatively, if you wish to use IntelliJ:
```
./gradlew genIntellijRuns
```
then run:
```
./gradlew idea
```
The above command would generate a .ipr intelliJ project file for you to import, you
-
Then correctly import the project into your IDE. If you import the project using Inteillij, you can choose the
build.gradle
file, which would then setup your Module in the MinecraftMod.main. -
Use
GradleStart
to start and test the client side.