mirror of
https://github.com/GeyserMC/Geyser.git
synced 2026-01-03 22:16:31 +00:00
Fix NeoForge's fun module conflict
This commit is contained in:
@@ -30,6 +30,9 @@ dependencies {
|
||||
// Let's shade in our own api
|
||||
shadowBundle(projects.api)
|
||||
|
||||
// this one is particularly dumb
|
||||
shadowBundle(libs.configurate.`interface`)
|
||||
|
||||
// cannot be shaded, since neoforge will complain if floodgate-neoforge tries to provide this
|
||||
include(projects.common)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user