From 3102d3c033b6c6bb77b799d5686339fff2acb4f4 Mon Sep 17 00:00:00 2001 From: Rongmario Date: Fri, 3 Nov 2023 12:36:00 +0000 Subject: [PATCH] Include RFG-compatible MinecraftDev fork's link in the README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ea287ad..ae122d0 100644 --- a/README.md +++ b/README.md @@ -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).