From 31fac60d3450e64a82bfe413b8fee6f632e32866 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Fri, 4 Jul 2025 09:12:36 -0500 Subject: [PATCH] Increment default dev MC version 1.21.6 -> 1.21.7 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index f570aa8be..bf3452a88 100644 --- a/gradle.properties +++ b/gradle.properties @@ -51,7 +51,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.21.6 +mcVer=1.21.7 # Defines the maximum amount of memory Minecraft is allowed when run in a development environment #minecraftMemoryJavaArg="-Xmx4G"