From d4e6a4cffe167ed578a871d264541169120b4109 Mon Sep 17 00:00:00 2001 From: MartinSVK12 <37455793+MartinSVK12@users.noreply.github.com> Date: Thu, 10 Aug 2023 19:04:06 +0200 Subject: [PATCH 1/2] Update to 1.7.7.0_01. --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 668b74c..e7cfd1d 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,6 @@ git clone https://github.com/Turnip-Labs/bta-minimal-mod.git 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`!** +6. **Make sure your Client and Server run configurations have `-Dfabric.gameVersion=1.7.7.0_01` in `VM options`!** 7. Done! Now all that's left is to change every mention of `examplemod` to your own mod id. Happy modding! diff --git a/gradle.properties b/gradle.properties index eed6250..aa4b998 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.jvmargs=-Xmx2G # BTA -bta_version=1.7.7.0 +bta_version=1.7.7.0_01 # Loader loader_version=0.14.19-babric.1-bta From f4ff813a64030d9de23f923f03c410936a03cb09 Mon Sep 17 00:00:00 2001 From: MartinSVK12 <37455793+MartinSVK12@users.noreply.github.com> Date: Thu, 10 Aug 2023 19:39:14 +0200 Subject: [PATCH 2/2] no lmao --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7cfd1d..668b74c 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,6 @@ git clone https://github.com/Turnip-Labs/bta-minimal-mod.git 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_01` in `VM options`!** +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!