fixed the langFile name

This commit is contained in:
Mohammad-Ali Minaie
2018-01-07 18:02:15 -05:00
parent 390248afd3
commit 72c4677c4b
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ public class ModInfo {
//public static final String MOD_PREFIX = MOD_ID + ":";
public static final String MOD_CHANNEL = MOD_ID;
public static final String MOD_VERSION = "1.4.04";
public static final String MOD_VERSION = "1.4.05";
public static final String MC_VERSIONS = "[1.12.0, 1.13.0)";
public static final String DEPENDENCIES = "required-after:forge@[14.21.1.2400,);" + "required-after:primal@[0.6,);";

View File

@@ -2,7 +2,7 @@
"modid": "forgecraft",
"name": "Kitsu's Forgecraft",
"description": "Forged with sweat and blood",
"version": "1.4.04",
"version": "1.4.05",
"mcversion": "1.12.2",
"url": "",
"updateUrl": "",