mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Fixed FastCraft fucking up the booklet
This commit is contained in:
parent
4a1d791f62
commit
ed1147c22a
1 changed files with 10 additions and 0 deletions
|
@ -102,6 +102,16 @@ public class GuiBooklet extends GuiScreen{
|
||||||
boolean unicodeBefore = this.fontRendererObj.getUnicodeFlag();
|
boolean unicodeBefore = this.fontRendererObj.getUnicodeFlag();
|
||||||
this.fontRendererObj.setUnicodeFlag(true);
|
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
|
//Draws the Background
|
||||||
GL11.glColor4f(1.0F, 1.0F, 1.0F, 1.0F);
|
GL11.glColor4f(1.0F, 1.0F, 1.0F, 1.0F);
|
||||||
this.mc.getTextureManager().bindTexture(ClientProxy.jingleAllTheWay ? resLocChristmas : (ClientProxy.pumpkinBlurPumpkinBlur ? resLocHalloween : (ClientProxy.bulletForMyValentine ? resLocValentine : resLoc)));
|
this.mc.getTextureManager().bindTexture(ClientProxy.jingleAllTheWay ? resLocChristmas : (ClientProxy.pumpkinBlurPumpkinBlur ? resLocHalloween : (ClientProxy.bulletForMyValentine ? resLocValentine : resLoc)));
|
||||||
|
|
Loading…
Reference in a new issue