diff --git a/build.gradle b/build.gradle index 4bf3b960..d9e0fa19 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { } } plugins { - id 'fabric-loom' version '1.3-SNAPSHOT' + id 'fabric-loom' version '1.5-SNAPSHOT' id 'com.modrinth.minotaur' version '2.+' id 'org.ajoberstar.reckon' version '0.13.0' } diff --git a/gradle.properties b/gradle.properties index d9db2c59..13f0174b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -24,7 +24,7 @@ org.gradle.daemon=false modmenu_version=9.0.0-pre.1 minelp_version=4.11.5+1.20.2 kirin_version=1.17.0+1.20.4 - reach_attributes_version=2.3.3 + reach_attributes_version=2.4.1 trinkets_version=3.8.0 terraformer_api_version=8.0.0-beta.1 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 59bc51a2..a5952066 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.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/lib/reach-entity-attributes-2.3.3.jar b/lib/reach-entity-attributes-2.3.3.jar deleted file mode 100644 index 40ddce21..00000000 Binary files a/lib/reach-entity-attributes-2.3.3.jar and /dev/null differ diff --git a/lib/reach-entity-attributes-2.4.1-sources.jar b/lib/reach-entity-attributes-2.4.1-sources.jar new file mode 100644 index 00000000..8d8834fe Binary files /dev/null and b/lib/reach-entity-attributes-2.4.1-sources.jar differ diff --git a/lib/reach-entity-attributes-2.4.1.jar b/lib/reach-entity-attributes-2.4.1.jar new file mode 100644 index 00000000..de1003ed Binary files /dev/null and b/lib/reach-entity-attributes-2.4.1.jar differ