From 13e53a18e30a59306cd393aca4da7a518903a5e2 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sat, 25 Nov 2023 12:13:18 -0600 Subject: [PATCH] Change the default MC version from 1.20.1 -> 1.20.2 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 0015c9f66..cb24e1e8c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -44,7 +44,7 @@ versionStr= # This defines what MC version Intellij will use for the preprocessor # and what version is used automatically by build and run commands -mcVer=1.20.1 +mcVer=1.20.2 # Defines the maximum amount of memory Minecraft is allowed when run in a developement environment minecraftMemoryJavaArg="-Xmx4G"