Clean fix for #42
This commit is contained in:
parent
84fc33edab
commit
10eb1eda45
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ public class ModInfo {
|
|||
public static final String MOD_NAME = "TechReborn";
|
||||
public static final String MOD_ID = "techreborn";
|
||||
public static final String MOD_VERSION = "@MODVERSION@";
|
||||
public static final String MOD_DEPENDENCUIES = "required-after:IC2@:";
|
||||
public static final String MOD_DEPENDENCUIES = "required-after:IC2@:;" +
|
||||
"required-after:Forge@[10.13.3.1374,)";
|
||||
public static final String SERVER_PROXY_CLASS = "techreborn.proxies.CommonProxy";
|
||||
public static final String CLIENT_PROXY_CLASS = "techreborn.proxies.ClientProxy";
|
||||
public static final String GUI_FACTORY_CLASS = "techreborn.config.TechRebornGUIFactory";
|
||||
|
|
Loading…
Reference in a new issue