packets: Add support for 1.21.11

This commit is contained in:
Oliver
2025-11-07 13:25:18 +01:00
committed by Oliver
parent fb2beeb5b2
commit 7d5b86fd14
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"))