From 9b63eaffedc16fe6edbe7f63e29244186e47e722 Mon Sep 17 00:00:00 2001 From: jottyfan Date: Thu, 2 Dec 2021 22:58:44 +0100 Subject: [PATCH] working 1.18 --- gradle.properties | 3 ++- gradle/wrapper/gradle-wrapper.properties | 2 +- src/main/resources/quickiefabric.mixins.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index f522572..c90c0c6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,6 @@ # Done to increase the memory available to gradle. -org.gradle.jvmargs=-Xmx1G + org.gradle.jvmargs=-Xmx3G + org.gradle.parallel=true # Fabric Properties # check these on https://fabricmc.net/versions.html diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 05679dc..fbce071 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/src/main/resources/quickiefabric.mixins.json b/src/main/resources/quickiefabric.mixins.json index d2e13a6..27213dc 100644 --- a/src/main/resources/quickiefabric.mixins.json +++ b/src/main/resources/quickiefabric.mixins.json @@ -2,7 +2,7 @@ "required": true, "minVersion": "0.8", "package": "de.jottyfan.minecraft.quickiefabric.mixin", - "compatibilityLevel": "JAVA_17", + "compatibilityLevel": "JAVA_16", "mixins": [ "FeatureConfigMixin", "BlockBreakMixin"