add excellent enchant limit

This commit is contained in:
alexcrea 2026-03-23 23:54:38 +01:00
parent 8ded2ae9c6
commit f3c6526967
Signed by: alexcrea
GPG key ID: E346CD16413450E3
8 changed files with 56 additions and 16 deletions

View file

@ -71,7 +71,7 @@ dependencies {
compileOnly(project(":impl:LegacyEcoEnchant"))
// ExcellentEnchants
implementation(project(":impl:ExcellentEnchant5_3"))
implementation(project(":impl:ExcellentEnchant5_4"))
compileOnly("su.nightexpress.excellentenchants:Core:5.1.0") {
exclude("org.spigotmc")
}