Skip to content

Commit

Permalink
fix startup optimizations not applying
Browse files Browse the repository at this point in the history
  • Loading branch information
FalsePattern committed Dec 25, 2024
1 parent 379d78a commit b830001
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("fpgradle-minecraft") version ("0.9.0")
id("fpgradle-minecraft") version ("0.10.0")
}

group = "com.falsepattern"
Expand All @@ -18,6 +18,7 @@ minecraft_fp {
mixin {
pkg = "mixin.mixins"
pluginClass = "mixin.plugin.standard.MixinPlugin"
extraConfigs = listOf("mixins.falsetweaks.init.json")
}

core {
Expand Down

0 comments on commit b830001

Please sign in to comment.