1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-23 16:59:33 +00:00

Fix: Fabric permissions api conflict

This commit is contained in:
chris
2024-11-27 13:22:09 +08:00
committed by GitHub
parent b962918ac5
commit 47b68f8140
2 changed files with 4 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ dependencies {
modImplementation(libs.cloud.fabric)
include(libs.cloud.fabric)
include(libs.fabric.permissions.api)
}
tasks.withType<Jar> {