Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-16 04:50:07 +01:00
Fix: Geyser-NeoForge not booting due to duplicate module (#4922)
Dieser Commit ist enthalten in:
Ursprung
13dfc7c173
Commit
22c59c465f
@ -25,10 +25,7 @@ dependencies {
|
|||||||
shadow(libs.protocol.connection) { isTransitive = false }
|
shadow(libs.protocol.connection) { isTransitive = false }
|
||||||
shadow(libs.protocol.common) { isTransitive = false }
|
shadow(libs.protocol.common) { isTransitive = false }
|
||||||
shadow(libs.protocol.codec) { isTransitive = false }
|
shadow(libs.protocol.codec) { isTransitive = false }
|
||||||
shadow(libs.minecraftauth) { isTransitive = false }
|
|
||||||
shadow(libs.raknet) { isTransitive = false }
|
shadow(libs.raknet) { isTransitive = false }
|
||||||
|
|
||||||
// Consequences of shading + relocating mcauthlib: shadow/relocate mcpl!
|
|
||||||
shadow(libs.mcprotocollib) { isTransitive = false }
|
shadow(libs.mcprotocollib) { isTransitive = false }
|
||||||
|
|
||||||
// Since we also relocate cloudburst protocol: shade erosion common
|
// Since we also relocate cloudburst protocol: shade erosion common
|
||||||
@ -67,4 +64,4 @@ modrinth {
|
|||||||
dependencies {
|
dependencies {
|
||||||
required.project("fabric-api")
|
required.project("fabric-api")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -5,6 +5,7 @@ plugins {
|
|||||||
// This is provided by "org.cloudburstmc.math.mutable" too, so yeet.
|
// This is provided by "org.cloudburstmc.math.mutable" too, so yeet.
|
||||||
// NeoForge's class loader is *really* annoying.
|
// NeoForge's class loader is *really* annoying.
|
||||||
provided("org.cloudburstmc.math", "api")
|
provided("org.cloudburstmc.math", "api")
|
||||||
|
provided("com.google.errorprone", "error_prone_annotations")
|
||||||
|
|
||||||
architectury {
|
architectury {
|
||||||
platformSetupLoomIde()
|
platformSetupLoomIde()
|
||||||
@ -56,4 +57,4 @@ tasks {
|
|||||||
modrinth {
|
modrinth {
|
||||||
loaders.add("neoforge")
|
loaders.add("neoforge")
|
||||||
uploadFile.set(tasks.getByPath("remapModrinthJar"))
|
uploadFile.set(tasks.getByPath("remapModrinthJar"))
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren