first commit-ish, forked and updated for 1.21.11
Some checks failed
Compile / gradle (ubuntu-latest) (push) Has been cancelled

This commit is contained in:
Justus Wolff
2026-03-02 15:40:11 +01:00
parent ff9220654b
commit 53b4f6a04a
491 changed files with 98649 additions and 86 deletions

View File

@@ -17,6 +17,7 @@ repositories {
}
dependencies {
compileOnly("io.papermc.paper:paper-api:1.21.1-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-api:1.21.11-R0.1-SNAPSHOT")
compileOnly("com.mojang:authlib:3.2.38")
compileOnly("com.googlecode.json-simple:json-simple:1.1.1")
}