From 642b040f65e1cccd16a2d28a40cfc9f5cc97ccc6 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sun, 13 Aug 2023 18:07:32 -0500 Subject: [PATCH] change the default MC version to 1.20.1 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index e7069e22b..f6c60e235 100644 --- a/gradle.properties +++ b/gradle.properties @@ -35,4 +35,4 @@ 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.18.2 +mcVer=1.20.1