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:
@@ -21,8 +21,8 @@ package appeng.integration;
|
||||
public interface IIntegrationModule
|
||||
{
|
||||
|
||||
void Init() throws Throwable;
|
||||
void init() throws Throwable;
|
||||
|
||||
void PostInit();
|
||||
void postInit();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user