We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aedc80 commit 0ca0d85Copy full SHA for 0ca0d85
build.gradle.kts
@@ -92,7 +92,7 @@ repositories {
92
// Configures the libraries/dependencies for your mod.
93
dependencies {
94
// Adds the OneConfig library, so we can develop with it.
95
- modCompileOnly("cc.polyfrost:oneconfig-$platform:0.2.1-alpha+")
+ modCompileOnly("cc.polyfrost:oneconfig-$platform:0.2.2-alpha+")
96
97
modRuntimeOnly("me.djtheredstoner:DevAuth-${if (platform.isFabric) "fabric" else if (platform.isLegacyForge) "forge-legacy" else "forge-latest"}:1.1.2")
98
0 commit comments