Shade the Geyser api on modded platforms (#4520)

This commit is contained in:
chris 2024-03-24 17:12:40 +01:00 committed by GitHub
parent c64e8afcce
commit d24a4766b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View file

@ -39,6 +39,9 @@ dependencies {
// Since we also relocate cloudburst protocol: shade erosion common
shadow(libs.erosion.common) { isTransitive = false }
// Let's shade in our own api
shadow(projects.api) { isTransitive = false }
// Permissions
modImplementation(libs.fabric.permissions)
include(libs.fabric.permissions)