We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 386f3e8 commit 407008eCopy full SHA for 407008e
build.gradle.kts
@@ -94,7 +94,7 @@ dependencies {
94
// If we are building for legacy forge, includes the launch wrapper with `shade` as we configured earlier.
95
if (platform.isLegacyForge) {
96
compileOnly("org.spongepowered:mixin:0.7.11-SNAPSHOT")
97
- shade("cc.polyfrost:oneconfig-wrapper-launchwrapper:1.0.0-beta+")
+ shade("cc.polyfrost:oneconfig-wrapper-launchwrapper:1.0.0-beta17")
98
}
99
100
gradle.properties
@@ -1,6 +1,6 @@
1
mod_name = PolyTime
2
mod_id = polytime
3
-mod_version = 1.0.1
+mod_version = 1.0.2
4
mod_archives_name = PolyTime
5
6
polyfrost.defaults.loom=3
0 commit comments