From 329aebd763fbe1a16ec306a9649ecd8244df19c2 Mon Sep 17 00:00:00 2001 From: enjarai Date: Wed, 10 Jul 2024 19:26:08 +0200 Subject: [PATCH] Mfw accidental breaking change in controlify. Malding rn. --- build.gradle | 2 +- gradle.properties | 4 ++-- gradle/wrapper/gradle-wrapper.properties | 2 +- settings.gradle | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 8ba1e6dc..dd6228ba 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'dev.architectury.loom' version '1.6-SNAPSHOT' apply(false) + id 'dev.architectury.loom' version '1.7-SNAPSHOT' apply(false) id 'me.fallenbreath.yamlang' version '1.3.1' apply(false) id "me.modmuss50.mod-publish-plugin" version "0.4.4" apply(false) id 'maven-publish' diff --git a/gradle.properties b/gradle.properties index cac8f3a2..9a2bacac 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx3G org.gradle.daemon=false # Project -mod_version=3.6.0 +mod_version=3.6.1 group=nl.enjarai # Common @@ -55,7 +55,7 @@ modmenu_version=7.2.1 # https://github.com/isXander/YetAnotherConfigLib/releases yacl_version=3.2.1+1.20 # https://github.com/isXander/Controlify/releases -controlify_version=2.0.0-beta.9+1.20.1 +controlify_version=2.0.0-beta.13+1.20.1-fabric mixin_extras_version=0.3.2 mixin_squared_version=0.1.1 permissions_api_version=0.2-SNAPSHOT diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 17655d0e..0d184210 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-8.6-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/settings.gradle b/settings.gradle index 0a56dc87..27c00c48 100644 --- a/settings.gradle +++ b/settings.gradle @@ -35,4 +35,4 @@ plugins { rootProject.name = 'do-a-barrel-roll' include("common") include("fabric") -include("forge") +//include("forge")