CustomAnvil/impl/LegacyEcoEnchant/build.gradle.kts
alexcrea 5f557e3d49
v1.7.0 (#45)
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
2025-01-20 18:20:46 +01:00

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