1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-12-06 06:18:06 +00:00

Replace Forge Config port with a NYI version

While it is a really nice library, it ends up being a bit overkill for
our needs - we don't need config syncing or anything. By NIHing our own,
we can drop one dependency and ease the updating burden a little.

Closes #1296
This commit is contained in:
Jonathan Coates
2023-03-14 22:47:34 +00:00
parent a74089d8ae
commit e96ac35d67
16 changed files with 828 additions and 215 deletions

View File

@@ -30,7 +30,6 @@ repositories {
content {
includeGroup("cc.tweaked")
includeModule("org.squiddev", "Cobalt")
includeModule("fuzs.forgeconfigapiport", "forgeconfigapiport-fabric")
}
}
}