Fixed aesu powers in creative tab, more work moving away from ic2 core and only needing ic2 api
This commit is contained in:
parent
277e5e5e45
commit
496151fcae
10 changed files with 100 additions and 42 deletions
|
@ -6,7 +6,7 @@ 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: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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue