From 0b3283e76476f573ffc7413c052699e5ad946383 Mon Sep 17 00:00:00 2001 From: azurelmao <58854399+azurelmao@users.noreply.github.com> Date: Sun, 20 Aug 2023 12:11:09 +0200 Subject: [PATCH] Clarification + no longer needed point --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cfc5066..f61db0a 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,6 @@ git clone https://github.com/Turnip-Labs/bta-example-mod.git 4. Open `File > Settings` and head to `Build, Execution, Development > Build Tools > Gradle` Make sure `Build and run using` and `Run tests using` is set to `Gradle` +5. **Make sure your Client and Server run configurations have `-Dfabric.gameVersion=1.7.7.0` in `VM options`!** -5. Open `File > Project Structure`, select `Project` and set `Compiler output` to your project's path/out. - -6. **Make sure your Client and Server run configurations have `-Dfabric.gameVersion=1.7.7.0` in `VM options`!** - -7. Done! Now all that's left is to change every mention of `examplemod` to your own mod id. Happy modding! +6. Done! Now, all that's left is to change every mention of `examplemod` and `turniplabs` to your own mod id and mod group, respectively. Happy modding!