File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/kotlin/com/mairwunnx/projectessentials/core Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 /* *
You can’t perform that action at this time.
0 commit comments