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:
@@ -161,7 +161,7 @@ public class FZ implements IFZ, IIntegrationModule
|
||||
}
|
||||
|
||||
@Override
|
||||
public void Init() throws Throwable
|
||||
public void init() throws Throwable
|
||||
{
|
||||
day_BarrelClass = Class.forName( "factorization.weird.TileEntityDayBarrel" );
|
||||
|
||||
@@ -172,7 +172,7 @@ public class FZ implements IFZ, IIntegrationModule
|
||||
}
|
||||
|
||||
@Override
|
||||
public void PostInit()
|
||||
public void postInit()
|
||||
{
|
||||
AEApi.instance().registries().externalStorage().addExternalStorageInterface( new FactorizationHandler() );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user