Added all cables, needs a lot of testing :P
This commit is contained in:
parent
e2467caede
commit
083c24c901
11 changed files with 396 additions and 28 deletions
|
@ -1,5 +1,13 @@
|
|||
package techreborn.proxies;
|
||||
|
||||
import net.minecraftforge.common.MinecraftForge;
|
||||
import techreborn.client.IconSupplier;
|
||||
|
||||
public class ClientProxy extends CommonProxy {
|
||||
|
||||
@Override
|
||||
public void init() {
|
||||
super.init();
|
||||
MinecraftForge.EVENT_BUS.register(new IconSupplier());
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,4 +2,8 @@ package techreborn.proxies;
|
|||
|
||||
public class CommonProxy {
|
||||
|
||||
public void init(){
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue