From 4264892c5fe0018d66f5c813a7c49d80cc82e53b Mon Sep 17 00:00:00 2001 From: Auxilor Date: Thu, 18 May 2023 16:27:43 +0100 Subject: [PATCH] fuck you, modelengine. i hate youh --- eco-core/core-plugin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eco-core/core-plugin/build.gradle.kts b/eco-core/core-plugin/build.gradle.kts index 859273a..f14717a 100644 --- a/eco-core/core-plugin/build.gradle.kts +++ b/eco-core/core-plugin/build.gradle.kts @@ -4,7 +4,7 @@ version = rootProject.version dependencies { compileOnly("io.papermc.paper:paper-api:1.19.3-R0.1-SNAPSHOT") compileOnly("com.github.lokka30:LevelledMobs:3.1.4") - compileOnly("com.ticxo.modelengine:api:R3.1.7") + compileOnly("com.ticxo.modelengine:api:R3.1.5") } publishing {