Fixes #304 WAILA Integration updated and fixed

WAILA offers a new interface to sync the server data to the client.
This commit is contained in:
thatsIch
2014-12-19 19:01:51 +01:00
parent 63e375f208
commit c6f232ab63
44 changed files with 1514 additions and 330 deletions
@@ -33,14 +33,14 @@ public class RF extends BaseModule
public static RF instance;
public RF() {
this.TestClass( cofh.api.energy.IEnergyReceiver.class );
this.TestClass( cofh.api.energy.IEnergyProvider.class );
this.TestClass( cofh.api.energy.IEnergyHandler.class );
this.TestClass( cofh.api.energy.IEnergyConnection.class );
this.testClassExistence( cofh.api.energy.IEnergyReceiver.class );
this.testClassExistence( cofh.api.energy.IEnergyProvider.class );
this.testClassExistence( cofh.api.energy.IEnergyHandler.class );
this.testClassExistence( cofh.api.energy.IEnergyConnection.class );
}
@Override
public void Init()
public void init()
{
}
@@ -55,7 +55,7 @@ public class RF extends BaseModule
}
@Override
public void PostInit()
public void postInit()
{
this.RFStack( "ExtraUtilities", "extractor_base", 12 );
this.RFStack( "ExtraUtilities", "pipes", 11 );