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:
@@ -39,19 +39,19 @@ public class RC extends BaseModule implements IRC
|
||||
}
|
||||
|
||||
public RC() {
|
||||
this.TestClass( RailcraftCraftingManager.class );
|
||||
this.TestClass( IRockCrusherRecipe.class );
|
||||
this.testClassExistence( RailcraftCraftingManager.class );
|
||||
this.testClassExistence( IRockCrusherRecipe.class );
|
||||
}
|
||||
|
||||
@Override
|
||||
public void Init()
|
||||
public void init()
|
||||
{
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void PostInit()
|
||||
public void postInit()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user