From fef7369338a643fbac7c4e5185a1ecc9c28f9090 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Fri, 28 Jul 2023 07:25:51 -0500 Subject: [PATCH] Fix default mcVer from 1.18.4 -> 1.18.2 We don't have a 1.18.4 properties file --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 031ac71c0..9594fe39c 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.4 +mcVer=1.18.2