diff --git a/build.gradle b/build.gradle index e77683d3..9395e243 100644 --- a/build.gradle +++ b/build.gradle @@ -55,15 +55,9 @@ dependencies { modApi "com.minelittlepony:kirin:${project.kirin_version}" include "com.minelittlepony:kirin:${project.kirin_version}" - // For reach-entity-attributes have not updated to 1.19.3. - // Until then, clone from https://github.com/Sollace/reach-entity-attributes and run: - // > gradlew build publishToMavenLocal modApi "com.jamieswhiteshirt:reach-entity-attributes:${project.reach_attributes_version}" include "com.jamieswhiteshirt:reach-entity-attributes:${project.reach_attributes_version}" - // provides networking and mod handshaking. - // https://github.com/Sollace/Fabwork - // > gradlew build publishToMavenLocal modApi "com.sollace:fabwork:${project.fabwork_version}" include "com.sollace:fabwork:${project.fabwork_version}" diff --git a/gradle.properties b/gradle.properties index e69b5505..7591a3a5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,7 +20,7 @@ org.gradle.daemon=false modrinth_project_id= # Dependencies - fabwork_version=1.1.1 + fabwork_version=1.1.2 modmenu_version=5.0.0-alpha.3 minelp_version=4.7.2 kirin_version=1.13.2