Fixed FastCraft fucking up the booklet

This commit is contained in:
Ellpeck 2015-12-24 23:13:46 +01:00
parent 4a1d791f62
commit ed1147c22a

View file

@ -102,6 +102,16 @@ public class GuiBooklet extends GuiScreen{
boolean unicodeBefore = this.fontRendererObj.getUnicodeFlag();
this.fontRendererObj.setUnicodeFlag(true);
//This poem is dedicated to Player:
//
//FastCraft's a must, definitely
//But the bigger unicode option sucks real
//It screws with my book and makes me feel ill
//So don't fuck with everything unintentionally
//
//(This fixes your fuckery)
GL11.glScalef(1.0F, 1.0F, 1.0F);
//Draws the Background
GL11.glColor4f(1.0F, 1.0F, 1.0F, 1.0F);
this.mc.getTextureManager().bindTexture(ClientProxy.jingleAllTheWay ? resLocChristmas : (ClientProxy.pumpkinBlurPumpkinBlur ? resLocHalloween : (ClientProxy.bulletForMyValentine ? resLocValentine : resLoc)));