From ed1147c22ad8fd3670e3b44b5d7820826e6a2135 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 24 Dec 2015 23:13:46 +0100 Subject: [PATCH] Fixed FastCraft fucking up the booklet --- .../ellpeck/actuallyadditions/booklet/GuiBooklet.java | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main/java/ellpeck/actuallyadditions/booklet/GuiBooklet.java b/src/main/java/ellpeck/actuallyadditions/booklet/GuiBooklet.java index b76666a96..719e06d22 100644 --- a/src/main/java/ellpeck/actuallyadditions/booklet/GuiBooklet.java +++ b/src/main/java/ellpeck/actuallyadditions/booklet/GuiBooklet.java @@ -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)));