From 7e1e5a56e2e62b55c72cac2628dc5aa582aceb87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20=C5=A0okala?= Date: Sun, 15 Mar 2026 23:41:13 +0100 Subject: [PATCH] Set back 1.21.11 as default mcVer --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 1ff806ea4..7cc0dc5db 100644 --- a/gradle.properties +++ b/gradle.properties @@ -52,7 +52,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.12.2 +mcVer=1.21.11 # Defines the maximum amount of memory Minecraft is allowed when run in a development environment #minecraftMemoryJavaArg="-Xmx4G"