mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
Hellish code for compatibility with Excellent enchant V5
The Hellish part is keeping compatiblity with older versions too
This commit is contained in:
parent
4bb0cb9a89
commit
7e655281cc
4 changed files with 153 additions and 47 deletions
|
|
@ -43,7 +43,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