Removed vanilla multipart compact. (This is why I love modularisation)
This commit is contained in:
parent
b45711f3f1
commit
37258cb84c
5 changed files with 0 additions and 575 deletions
|
@ -2,8 +2,6 @@ package techreborn.proxies;
|
|||
|
||||
import net.minecraftforge.common.MinecraftForge;
|
||||
import techreborn.client.IconSupplier;
|
||||
import techreborn.partSystem.ModPartRegistry;
|
||||
import techreborn.partSystem.block.WorldProvider;
|
||||
|
||||
public class ClientProxy extends CommonProxy {
|
||||
|
||||
|
@ -12,6 +10,5 @@ public class ClientProxy extends CommonProxy {
|
|||
{
|
||||
super.init();
|
||||
MinecraftForge.EVENT_BUS.register(new IconSupplier());
|
||||
ModPartRegistry.addProvider(new WorldProvider());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue