fix Excellent enchant compatibility

fix #93
This commit is contained in:
alexcrea 2025-11-06 22:59:52 +01:00
parent 0b1e3bc12c
commit 9e772c7c19
Signed by: alexcrea
GPG key ID: E346CD16413450E3
5 changed files with 61 additions and 5 deletions

View file

@ -18,7 +18,7 @@ plugins {
}
group = "xyz.alexcrea"
version = "1.15.2"
version = "1.15.3"
val effectiveVersion = "$version" +
(if (System.getenv("SMALL_COMMIT_HASH") != null) "-dev-${System.getenv("SMALL_COMMIT_HASH")!!}" else "")
@ -52,6 +52,7 @@ dependencies {
compileOnly(project(":impl:LegacyEcoEnchant"))
// ExcellentEnchants
implementation(project(":impl:ExcellentEnchant5_3"))
compileOnly("su.nightexpress.excellentenchants:Core:5.1.0") {
exclude("org.spigotmc")
}