Fix crash when viewing recipe pages of wizard's handbook

This commit is contained in:
Electroblob
2018-03-06 23:36:16 +00:00
parent b4fdf181be
commit c5402285d8
4 changed files with 216 additions and 354 deletions
@@ -181,9 +181,10 @@ public class ClientProxy extends CommonProxy {
}
@Override
public void initMixedFontRenderer(){
public void initGuiBits(){
mixedFontRenderer = new MixedFontRenderer(Minecraft.getMinecraft().gameSettings, new ResourceLocation("textures/font/ascii.png"),
Minecraft.getMinecraft().renderEngine, false);
GuiWizardHandbook.initDisplayRecipes();
}
// SECTION Misc