Skip to content

Commit b830001

Browse files
committed
fix startup optimizations not applying
1 parent 379d78a commit b830001

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("fpgradle-minecraft") version ("0.9.0")
2+
id("fpgradle-minecraft") version ("0.10.0")
33
}
44

55
group = "com.falsepattern"
@@ -18,6 +18,7 @@ minecraft_fp {
1818
mixin {
1919
pkg = "mixin.mixins"
2020
pluginClass = "mixin.plugin.standard.MixinPlugin"
21+
extraConfigs = listOf("mixins.falsetweaks.init.json")
2122
}
2223

2324
core {

0 commit comments

Comments
 (0)