Change the default MC version from 1.20.1 -> 1.20.2

This commit is contained in:
James Seibel
2023-11-25 12:13:18 -06:00
parent dd60c7620f
commit 13e53a18e3
+1 -1
View File
@@ -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"