diff --git a/coreSubProjects b/coreSubProjects index 1cd2f75dd..8485d1585 160000 --- a/coreSubProjects +++ b/coreSubProjects @@ -1 +1 @@ -Subproject commit 1cd2f75dd24cb242483d3dcdc050d26bf8e1e22a +Subproject commit 8485d1585a57158e04f178697e8ae9bd0d5b1cb7 diff --git a/gradle.properties b/gradle.properties index 206d141e5..1ad0df418 100644 --- a/gradle.properties +++ b/gradle.properties @@ -43,7 +43,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.17.1 +mcVer=1.20.4 # Defines the maximum amount of memory Minecraft is allowed when run in a developement environment #minecraftMemoryJavaArg="-Xmx4G" diff --git a/verifyall.sh b/verifyall.sh index 70ce86624..a4892814b 100755 --- a/verifyall.sh +++ b/verifyall.sh @@ -5,7 +5,7 @@ if [ -n "$1" ]; then prefix="$1:" fi -z + clear trap "echo; exit" INT