Advertisement
manusoftar

Untitled

Sep 18th, 2015
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.29 KB | None | 0 0
  1. GL11.glColor4f(1.0F, 1.0F, 1.0F, 1.0F);
  2.         this.mc.renderEngine.bindTexture(new ResourceLocation(Mortero.MODID+":/textures/gui/mortero_gui.png"));
  3.         int x = (width - xSize) / 2;
  4.         int y = (height - ySize) / 2;
  5.         this.drawTexturedModalRect(x, y, 0, 0, xSize, ySize);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement