Moved Creative Tabs to Bootstrap.

This commit is contained in:
Sebastian Hartte
2020-08-12 18:42:58 +02:00
parent b03a249da3
commit 0a2f03aa92
4 changed files with 4 additions and 7 deletions
@@ -85,9 +85,6 @@ public abstract class AppEngBase implements AppEng {
throw new IllegalStateException();
}
CreativeTab.init();
FacadeCreativeTab.init();// This call has a side-effect (adding it to the creative screen)
AeStats.register();
advancementTriggers = new AdvancementTriggers(CriteriaRegisterMixin::callRegister);