mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
Compatibility with Excellent Enchants V5 (#66)
This commit is contained in:
commit
b4089fa3a3
5 changed files with 153 additions and 47 deletions
|
|
@ -46,7 +46,8 @@ dependencies {
|
|||
|
||||
// ExcellentEnchants
|
||||
compileOnly(files("libs/nightcore-2.7.3.jar"))
|
||||
compileOnly(files("libs/ExcellentEnchants-4.3.1.jar"))
|
||||
compileOnly(files("libs/ExcellentEnchants-5.0.0.jar"))
|
||||
compileOnly(files("libs/ExcellentEnchants-4.3.1.jar")) // For legacy excellent enchants (can/should be stripped)
|
||||
compileOnly(files("libs/ExcellentEnchants 4.1.0-striped.jar")) // For legacy excellent enchants
|
||||
|
||||
// Disenchantment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue