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