progress on 1.21 transition

This commit is contained in:
alexcrea 2026-06-03 04:25:10 +02:00
parent 922a7a0ed1
commit ef5585fd42
Signed by: alexcrea
GPG key ID: E346CD16413450E3
23 changed files with 62 additions and 1239 deletions

View file

@ -8,6 +8,6 @@ plugins {
// Imitate needed class and method to support legacy version of EcoEnchant
dependencies {
// Spigot api
compileOnly("org.spigotmc:spigot-api:1.18-R0.1-SNAPSHOT")
compileOnly("org.spigotmc:spigot-api:1.21-R0.1-SNAPSHOT")
}