packets: Add support for 1.21.11

This commit is contained in:
Oliver
2025-11-07 13:25:18 +01:00
parent 181f1065e3
commit 5a7963867e
31 changed files with 1390 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ dependencies {
compileOnly("io.papermc.paper:paper-api:1.21.10-R0.1-SNAPSHOT")
implementation(project(":libraries:packets:packets-api"))
implementation(project(":libraries:packets:implementations:1_21_11"))
implementation(project(":libraries:packets:implementations:1_21_9"))
implementation(project(":libraries:packets:implementations:1_21_6"))
implementation(project(":libraries:packets:implementations:1_21_5"))