Make CustomAnvil, mostly, work with legacy EcoEnchants

This commit is contained in:
alexcrea 2024-12-19 06:11:19 +01:00
parent 4147f018a9
commit 050da6da5b
No known key found for this signature in database
GPG key ID: 43FD265DB0DBF91F
15 changed files with 275 additions and 29 deletions

View file

@ -0,0 +1,15 @@
group = rootProject.group
version = rootProject.version
plugins {
kotlin("jvm") version "2.0.21"
}
// Imitate needed class and method to support legacy version of EcoEnchant
dependencies {
// Spigot api
compileOnly("org.spigotmc:spigot-api:1.18-R0.1-SNAPSHOT")
}