mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
Make some legacy version of excellent enchantment work with custom anvil
This commit is contained in:
parent
fa042411ae
commit
3ca763b2cc
5 changed files with 114 additions and 25 deletions
|
|
@ -16,7 +16,7 @@ plugins {
|
|||
}
|
||||
|
||||
group = "xyz.alexcrea"
|
||||
version = "1.6.12"
|
||||
version = "1.6.13"
|
||||
|
||||
repositories {
|
||||
// EcoEnchants
|
||||
|
|
@ -43,6 +43,7 @@ dependencies {
|
|||
// ExcellentEnchants
|
||||
compileOnly(files("libs/nightcore-2.6.4.jar"))
|
||||
compileOnly(files("libs/ExcellentEnchants-4.2.2.jar"))
|
||||
compileOnly(files("libs/ExcellentEnchants 4.1.0-striped.jar"))
|
||||
|
||||
// Disenchantment
|
||||
compileOnly("cz.kominekjan:Disenchantment:v5.4.0")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue