From 3cfb4386d9a4aecd176ae796cb71e6fc8a09fbfd Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sun, 12 Oct 2025 15:07:23 -0500 Subject: [PATCH] set default dev version to 1.21.10 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index f8d24de68..e133c4642 100644 --- a/gradle.properties +++ b/gradle.properties @@ -54,7 +54,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.9 +mcVer=1.21.10 # Defines the maximum amount of memory Minecraft is allowed when run in a development environment #minecraftMemoryJavaArg="-Xmx4G"