mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
Make CustomAnvil, mostly, work with legacy EcoEnchants
This commit is contained in:
parent
4147f018a9
commit
050da6da5b
15 changed files with 275 additions and 29 deletions
15
impl/LegacyEcoEnchant/build.gradle.kts
Normal file
15
impl/LegacyEcoEnchant/build.gradle.kts
Normal 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")
|
||||
|
||||
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue