Chaos Awakens is the spiritual successor of both the very iconic mod OreSpawn and SoulsOfTheFallen's Chaos Awakens mod pack, built from the ground up. The branch for the 1.16.5 version for Minecraft Forge is located at the Chaos Awakens Github.
To use this maven you should put this code into the repository section of your build.gradle
maven {
name = "ChaosMaven"
url = "https://raw.github.com/ChaosAwakens/ChaosMaven/main"
}
maven {
name = "GeckoLib"
url "https://dl.cloudsmith.io/public/geckolib3/geckolib/maven/"
}
You must also add this code to the dependencies section of your build.gradle and update the Chaos Awakens and the Geckolib versions to the latest for the current version of Minecraft that Chaos Awakens is updated too.
implementation fg.deobf("io.github:ChaosAwakens:1.16.5-0.12.1.1")
implementation fg.deobf('software.bernie.geckolib:geckolib-forge-1.16.5:3.0.97')