make HavenBags works with CustomAnvil. fix #44

This commit is contained in:
alexcrea 2024-12-24 19:15:48 +01:00
parent 85d2d873eb
commit 84ce0afd2b
No known key found for this signature in database
GPG key ID: 43FD265DB0DBF91F
5 changed files with 128 additions and 18 deletions

View file

@ -44,11 +44,14 @@ 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"))
compileOnly(files("libs/ExcellentEnchants 4.1.0-striped.jar")) // For legacy excellent enchants
// Disenchantment
compileOnly("cz.kominekjan:Disenchantment:v5.4.0")
// HavenBags
compileOnly(files("libs/HavenBags-1.30.1.1729.jar"))
// Include nms
implementation(project(":nms:nms-common"))
implementation(project(":nms:v1_17R1", configuration = "reobf"))