diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2022-06-11 17:44:18 +0200 |
---|---|---|
committer | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2022-06-11 17:44:18 +0200 |
commit | 07e458108b148622d35b5f419be495b0610ddbd8 (patch) | |
tree | 7b02ae54aab79e33841ec798023bee6d3cb879c9 | |
parent | 56b13f7fbba5550a6c77966726ab414da85f0a9b (diff) | |
download | OneConfig-07e458108b148622d35b5f419be495b0610ddbd8.tar.gz OneConfig-07e458108b148622d35b5f419be495b0610ddbd8.tar.bz2 OneConfig-07e458108b148622d35b5f419be495b0610ddbd8.zip |
make oneconfig work standalone again
-rw-r--r-- | build.gradle.kts | 1 | ||||
-rw-r--r-- | gradle.properties | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 6232699..db12bea 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -237,6 +237,7 @@ tasks { "TweakOrder" to "0", "MixinConfigs" to "mixins.oneconfig.json", "TweakClass" to "org.spongepowered.asm.launch.MixinTweaker", + "FMLCorePlugin" to "cc.polyfrost.oneconfig.internal.plugin.LoadingPlugin", "FMLCorePluginContainsFMLMod" to "lol" ) ) diff --git a/gradle.properties b/gradle.properties index 6076f45..d4390fc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ mod_name = OneConfig mod_id = oneconfig -mod_version = 0.1.0-alpha6 +mod_version = 0.1.0-alpha7 essential.defaults.loom=0 |