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:
@@ -26,17 +26,17 @@ public class RFItem extends BaseModule
|
||||
public static RFItem instance;
|
||||
|
||||
public RFItem() {
|
||||
this.TestClass( cofh.api.energy.IEnergyContainerItem.class );
|
||||
this.testClassExistence( cofh.api.energy.IEnergyContainerItem.class );
|
||||
}
|
||||
|
||||
@Override
|
||||
public void Init()
|
||||
public void init()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void PostInit()
|
||||
public void postInit()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user