1
0
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:
onebeastchris
2025-11-17 02:27:51 +01:00
parent a15d97eb54
commit 089f176267

View File

@@ -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)