Include RFG-compatible MinecraftDev fork's link in the README

This commit is contained in:
Rongmario 2023-11-03 12:36:00 +00:00 committed by GitHub
parent 5276e52f45
commit 3102d3c033
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,3 +14,7 @@ With **coremod and mixin support** that is easy to configure.
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.
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).