From d453461eebe0f86dd8ef42ab78f26bd027727113 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Wed, 29 Mar 2023 19:31:03 +0100 Subject: [PATCH] why is model engine like this --- 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 f14717a..2e0bf43 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.5") + compileOnly("com.ticxo.modelengine:api:R3.1.6") } publishing {