aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyeyoung <cyoung06@naver.com>2023-01-01 00:46:05 +0900
committersyeyoung <cyoung06@naver.com>2023-01-01 00:46:05 +0900
commitde408dbc39b9f07cbbe4d0f2372333226b418903 (patch)
tree2de0416ab64c797ab8c7bcb7b4ad450eebc20a3c
parent651ce09091b240b188ef4cdc02dc6f4ec8332a53 (diff)
downloadSkyblock-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>
-rw-r--r--loader/build.gradle2
-rwxr-xr-xloader/src/main/resources/mcmod.info2
2 files changed, 2 insertions, 2 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"
diff --git a/loader/src/main/resources/mcmod.info b/loader/src/main/resources/mcmod.info
index 2e1a5e46..8448396d 100755
--- a/loader/src/main/resources/mcmod.info
+++ b/loader/src/main/resources/mcmod.info
@@ -3,7 +3,7 @@
"modid": "skyblock_dungeons_guide",
"name": "Skyblock Dungeons Guide",
"description": "A mod to help dungeon players to find and solve secrets and puzzles most efficiently.",
- "version": "${version}",
+ "version": "4.0.0",
"mcversion": "1.8.9",
"url": "https://discord.gg/dg",
"updateUrl": "",