From d939296d96263ea41462e6407616be7935a25a4b Mon Sep 17 00:00:00 2001 From: Auxilor Date: Fri, 13 Jan 2023 18:08:48 +0000 Subject: [PATCH] libreforge-updater --- build.gradle.kts | 2 +- eco-core/core-plugin/build.gradle.kts | 2 +- gradle.properties | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index a5bd58c..b2f81ab 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -41,7 +41,7 @@ allprojects { compileOnly("org.jetbrains:annotations:23.0.0") compileOnly("org.jetbrains.kotlin:kotlin-stdlib:1.7.10") - implementation("com.willfp:libreforge:3.127.1") + implementation("com.willfp:libreforge:3.127.2") implementation("org.joml:joml:1.10.4") } diff --git a/eco-core/core-plugin/build.gradle.kts b/eco-core/core-plugin/build.gradle.kts index fadc4a8..f476d26 100644 --- a/eco-core/core-plugin/build.gradle.kts +++ b/eco-core/core-plugin/build.gradle.kts @@ -7,5 +7,5 @@ dependencies { // Integrations compileOnly("com.github.lokka30:LevelledMobs:3.1.4") - compileOnly("com.ticxo.modelengine:api:R3.1.3") + compileOnly("com.ticxo.modelengine:api:R3.0.1") } diff --git a/gradle.properties b/gradle.properties index 7cad5a5..bbfbeab 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ #libreforge-updater -#Sat Jan 07 12:17:46 GMT 2023 -version=8.113.1 +#Fri Jan 13 18:08:48 GMT 2023 +version=8.113.2 plugin-name=EcoBosses