Skip to content

Commit 169c8c5

Browse files
committed
Curse forge incorrect link fixed.
Signed-off-by: Pavel Erokhin (MairwunNx) <MairwunNx@gmail.com>
1 parent cb8b3d0 commit 169c8c5

File tree

1 file changed

+2
-2
lines changed
  • src/main/kotlin/com/mairwunnx/projectessentials/core

1 file changed

+2
-2
lines changed

src/main/kotlin/com/mairwunnx/projectessentials/core/EssBase.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ abstract class EssBase {
1515

1616
var modId = "project_essentials_null"
1717
var modName = "Project Essentials Null"
18-
var modVersion = "1.14.4-0.0.0.0"
18+
var modVersion = "1.14.4-0.0.0"
1919
var modModuleName = "Null"
2020
var modMaintainer = "MairwunNx (Pavel Erokhin)"
2121
var modTargetForge = "28.1.X"
@@ -31,7 +31,7 @@ abstract class EssBase {
3131
modModuleName = modName.split(" ").last()
3232
modSources = "https://github.com/ProjectEssentials/ProjectEssentials-$modModuleName/"
3333
modCurseForge =
34-
"https://www.curseforge.com/minecraft/mc-mods/ProjectEssentials-$modModuleName"
34+
"https://www.curseforge.com/minecraft/mc-mods/project-essentials-${modModuleName.toLowerCase()}"
3535
}
3636

3737
/**

0 commit comments

Comments
 (0)