diff options
author | syeyoung <cyoung06@naver.com> | 2023-01-01 00:46:05 +0900 |
---|---|---|
committer | syeyoung <cyoung06@naver.com> | 2023-01-01 00:46:05 +0900 |
commit | de408dbc39b9f07cbbe4d0f2372333226b418903 (patch) | |
tree | 2de0416ab64c797ab8c7bcb7b4ad450eebc20a3c /loader/build.gradle | |
parent | 651ce09091b240b188ef4cdc02dc6f4ec8332a53 (diff) | |
download | Skyblock-Dungeons-Guide-de408dbc39b9f07cbbe4d0f2372333226b418903.tar.gz Skyblock-Dungeons-Guide-de408dbc39b9f07cbbe4d0f2372333226b418903.tar.bz2 Skyblock-Dungeons-Guide-de408dbc39b9f07cbbe4d0f2372333226b418903.zip |
- Fix tiny little typos
Signed-off-by: syeyoung <cyoung06@naver.com>
Diffstat (limited to 'loader/build.gradle')
-rw-r--r-- | loader/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/build.gradle b/loader/build.gradle index f12701ce..c4b0f4f8 100644 --- a/loader/build.gradle +++ b/loader/build.gradle @@ -95,7 +95,7 @@ tasks.withType(Jar) { manifest { attributes["FMLCorePluginContainsFMLMod"] = "true" attributes["ForceLoadAsMod"] = "true" - attributes["TweakClass"] = "kr.syeyoung.dugneonsguide.launcher.coremod.DGTweaker" + attributes["TweakClass"] = "kr.syeyoung.dungeonsguide.launcher.coremod.DGTweaker" // If you don't want mixins, remove these lines // this["TweakClass"] = "org.spongepowered.asm.launch.MixinTweaker" |