From ebf26ae8ca2e2fc52ea1806e8cc49f404c14e459 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Mon, 24 Apr 2023 22:52:19 +0100 Subject: [PATCH] Fuck mvn.lumine.io --- 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 2e0bf43..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.6") + compileOnly("com.ticxo.modelengine:api:R3.1.5") } publishing {