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 379d78a commit b830001Copy full SHA for b830001
build.gradle.kts
@@ -1,5 +1,5 @@
1
plugins {
2
- id("fpgradle-minecraft") version ("0.9.0")
+ id("fpgradle-minecraft") version ("0.10.0")
3
}
4
5
group = "com.falsepattern"
@@ -18,6 +18,7 @@ minecraft_fp {
18
mixin {
19
pkg = "mixin.mixins"
20
pluginClass = "mixin.plugin.standard.MixinPlugin"
21
+ extraConfigs = listOf("mixins.falsetweaks.init.json")
22
23
24
core {
0 commit comments