Include RFG-compatible MinecraftDev fork's link in the README
This commit is contained in:
parent
5276e52f45
commit
3102d3c033
1 changed files with 4 additions and 0 deletions
|
@ -14,3 +14,7 @@ With **coremod and mixin support** that is easy to configure.
|
||||||
4. Open the project folder in IDEA.
|
4. Open the project folder in IDEA.
|
||||||
5. Right-click in IDEA `build.gradle` of your project, and select `Link Gradle Project`, after completion, hit `Refresh All` in the gradle tab on the right.
|
5. Right-click in IDEA `build.gradle` of your project, and select `Link Gradle Project`, after completion, hit `Refresh All` in the gradle tab on the right.
|
||||||
6. Run `gradlew runClient` and `gradlew runServer`, or use the auto-imported run configurations in IntelliJ like `1. Run Client`.
|
6. Run `gradlew runClient` and `gradlew runServer`, or use the auto-imported run configurations in IntelliJ like `1. Run Client`.
|
||||||
|
|
||||||
|
### Mixins:
|
||||||
|
|
||||||
|
- When writing Mixins on IntelliJ, it is advisable to use latest [MinecraftDev Fork for RetroFuturaGradle](https://github.com/eigenraven/MinecraftDev/releases).
|
||||||
|
|
Loading…
Reference in a new issue