mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
Some changes for this version: - Tried to make compatible with some legacy version of eco enchant (not assumed to work) - Fix some enchantment test from other plugin not being taken into account. Should work as expected now, but that mean it may not work as currently. - Made Heaven bag works - Updated Disenchantment, should work with disenchantment version >= 6.1.0. But break support for previous versions
15 lines
No EOL
278 B
Kotlin
15 lines
No EOL
278 B
Kotlin
group = rootProject.group
|
|
version = rootProject.version
|
|
|
|
plugins {
|
|
kotlin("jvm") version "2.1.0"
|
|
}
|
|
|
|
// Imitate needed class and method to support legacy version of EcoEnchant
|
|
dependencies {
|
|
// Spigot api
|
|
compileOnly("org.spigotmc:spigot-api:1.18-R0.1-SNAPSHOT")
|
|
|
|
|
|
|
|
} |