packets: update project references from packets:api to packets:packets-api

This commit is contained in:
Oliver
2025-03-29 20:55:38 +01:00
parent ba95dc4a8e
commit 215ecbb692
47 changed files with 22 additions and 18 deletions

View File

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