Fix: Geyser-NeoForge not booting due to duplicate module (#4922)

This commit is contained in:
chris 2024-07-31 19:21:29 +02:00 committed by GitHub
parent 13dfc7c173
commit 22c59c465f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 5 deletions

View file

@ -5,6 +5,7 @@ plugins {
// This is provided by "org.cloudburstmc.math.mutable" too, so yeet.
// NeoForge's class loader is *really* annoying.
provided("org.cloudburstmc.math", "api")
provided("com.google.errorprone", "error_prone_annotations")
architectury {
platformSetupLoomIde()
@ -56,4 +57,4 @@ tasks {
modrinth {
loaders.add("neoforge")
uploadFile.set(tasks.getByPath("remapModrinthJar"))
}
}