packets: Add 1_21_6 module

This commit is contained in:
Oliver
2025-05-19 20:50:23 +02:00
committed by Oliver
parent f110774b9a
commit bfd9c05b09
25 changed files with 918 additions and 0 deletions

View File

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