File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
loader/src/main/java/com/fox2code/foxloader Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 3030import com .fox2code .foxloader .energy .FoxPowerUtils ;
3131import com .fox2code .foxloader .event .FoxLoaderEvents ;
3232import com .fox2code .foxloader .event .client .GuiScreenInitEvent ;
33- import com .fox2code .foxloader .event .interaction .PlayerAttackEntityEvent ;
3433import com .fox2code .foxloader .event .lifecycle .LifecycleStartEvent ;
3534import com .fox2code .foxloader .internal .InternalTranslateHooks ;
3635import com .fox2code .foxloader .launcher .FoxLauncher ;
Original file line number Diff line number Diff line change @@ -311,6 +311,7 @@ public static void freeze() {
311311 Item item = Items .ITEMS_LIST [i ];
312312 CreativeTab creativeTab ;
313313 if (item != null && (creativeTab = item .getRegisterFLTab ()) != null ) {
314+ creativeTab .getGlobalItemList (); // Force build tab to avoid it being empty.
314315 creativeTab .add (item );
315316 }
316317 }
You can’t perform that action at this time.
0 commit comments