mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Shade the Geyser api on modded platforms (#4520)
This commit is contained in:
parent
c64e8afcce
commit
d24a4766b4
2 changed files with 8 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue