Creative Tab now available server side; fixes https://github.com/Dynious/RefinedRelocation/issues/83
This commit is contained in:
parent
4763069fab
commit
0324dc62b9
1 changed files with 4 additions and 5 deletions
|
@ -111,13 +111,12 @@ public class AppEng
|
|||
|
||||
AELog.info( "Starting ( PreInit )" );
|
||||
|
||||
if ( Platform.isClient() )
|
||||
{
|
||||
CreativeTab.init();
|
||||
if ( AEConfig.instance.isFeatureEnabled( AEFeature.Facades ) )
|
||||
CreativeTabFacade.init();
|
||||
|
||||
if ( Platform.isClient() )
|
||||
CommonHelper.proxy.init();
|
||||
}
|
||||
|
||||
Registration.instance.PreInit( event );
|
||||
|
||||
|
|
Loading…
Reference in a new issue