More worldgen config pokes @Mj11jM ;)
This commit is contained in:
parent
3c48ea35a7
commit
a05b0d01bf
5 changed files with 196 additions and 23 deletions
|
@ -6,7 +6,8 @@ import techreborn.client.IconSupplier;
|
|||
public class ClientProxy extends CommonProxy {
|
||||
|
||||
@Override
|
||||
public void init() {
|
||||
public void init()
|
||||
{
|
||||
super.init();
|
||||
MinecraftForge.EVENT_BUS.register(new IconSupplier());
|
||||
}
|
||||
|
|
|
@ -2,7 +2,8 @@ package techreborn.proxies;
|
|||
|
||||
public class CommonProxy {
|
||||
|
||||
public void init(){
|
||||
public void init()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue