Excellent enchants compatibility (#34)

Add compatibility with
[ExcellentEnchants](https://www.spigotmc.org/resources/excellentenchants-%E2%AD%90-75-vanilla-like-enchantments.61693/)
This commit is contained in:
alexcrea 2024-10-15 08:27:26 +02:00 committed by GitHub
parent 7c283dc7f8
commit 13b7e73d8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 177 additions and 4 deletions

View file

@ -36,6 +36,10 @@ dependencies {
compileOnly("com.willfp:EcoEnchants:12.5.1")
compileOnly("com.willfp:eco:6.70.1")
// ExcellentEnchants
compileOnly(files("libs/nightcore-2.6.4.jar"))
compileOnly(files("libs/ExcellentEnchants-4.2.2.jar"))
// Disenchantment
compileOnly("cz.kominekjan:Disenchantment:v5.4.0")