Move 1.11 stuff to comments

This commit is contained in:
Marcel
2016-11-28 11:39:22 +01:00
committed by GitHub
parent 923e391361
commit 41f32459a6
@@ -228,12 +228,19 @@ public class GuiConfig extends GuiScreen {
GL11.glColor4f(1F, 1F, 1F, 1F);
mc.renderEngine.bindTexture(new ResourceLocation(CraftingKeys.MODID, "textures/gui/symbols.png"));
drawTexturedModalRect(guiShowBasePosX + 105, guiShowBasePosY + 17, 200, 0, 50, 50);
drawInfoString(1, 86, 21);
//NEW_1.11
/*
drawInfoString(0, 24, 21);
drawInfoString(4, 86, 63);
drawInfoString(3, 64, 56);
drawInfoString(5, 109, 56);
*/
drawInfoString(1, 86, 21);
drawInfoString(4, 86, 58);
drawInfoString(3, 63, 50);
drawInfoString(5, 109, 50);
}
private void genEnchantmentInfo() {
@@ -246,8 +253,14 @@ public class GuiConfig extends GuiScreen {
mc.renderEngine.bindTexture(new ResourceLocation(CraftingKeys.MODID, "textures/gui/symbols.png"));
drawTexturedModalRect(guiShowBasePosX + 105, guiShowBasePosY + 17, 150, 50, 50, 50);
//NEW_1.11
/*
drawInfoString(1, 22, 51);
drawInfoString(2, 42, 51);
*/
drawInfoString(1, 32, 51);
// NEW_1_8 drawInfoString(2, 42, 51);
}
@@ -278,6 +291,15 @@ public class GuiConfig extends GuiScreen {
mc.renderEngine.bindTexture(new ResourceLocation(CraftingKeys.MODID, "textures/gui/symbols.png"));
drawTexturedModalRect(guiShowBasePosX + 105, guiShowBasePosY + 17, 100, 100, 50, 50);
//NEW_1.11
/*
drawInfoString(1, 105, 22);
drawInfoString(2, 123, 22);
drawInfoString(4, 105, 40);
drawInfoString(5, 123, 40);
drawInfoString(9, 161, 32);
*/
drawInfoString(4, 43, 57);
drawInfoString(5, 69, 57);
drawInfoString(9, 126, 58);
@@ -293,11 +315,11 @@ public class GuiConfig extends GuiScreen {
mc.renderEngine.bindTexture(new ResourceLocation(CraftingKeys.MODID, "textures/gui/symbols.png"));
drawTexturedModalRect(guiShowBasePosX + 105, guiShowBasePosY + 17, 0, 0, 50, 50);
drawInfoString(1, 105, 22);
drawInfoString(2, 123, 22);
drawInfoString(4, 105, 40);
drawInfoString(5, 123, 40);
drawInfoString(9, 161, 32);
drawInfoString(1, 95, 30);
drawInfoString(2, 113, 30);
drawInfoString(4, 95, 48);
drawInfoString(5, 113, 48);
drawInfoString(9, 151, 40);
}
private void genDispenserInfo() {