Make some legacy version of excellent enchantment work with custom anvil

This commit is contained in:
alexcrea 2024-12-13 14:42:11 +01:00
parent fa042411ae
commit 3ca763b2cc
No known key found for this signature in database
GPG key ID: 43FD265DB0DBF91F
5 changed files with 114 additions and 25 deletions

View file

@ -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")