Removed Facade Creative Tab when they are disabled.
Added Sky Stone to BC's Facades.
This commit is contained in:
+2
-1
@@ -125,7 +125,8 @@ public class AppEng
|
||||
if ( Platform.isClient() )
|
||||
{
|
||||
CreativeTab.init();
|
||||
CreativeTabFacade.init();
|
||||
if ( AEConfig.instance.isFeatureEnabled( AEFeature.Facades ) )
|
||||
CreativeTabFacade.init();
|
||||
CommonHelper.proxy.init();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user