Jump to content

MstqL

Members
  • Posts

    5
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

MstqL's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. It is not my code it is a source code form a mod that i am updating for the Dev but he dose not know ( I think it is something to do with the textures CODE Blur b = (Blur) v; EnhancedVisuals.mc.func_110434_K().func_110577_a(v.getResource()); GL11.glTexImage2D(GL11.GL_TEXTURE_2D, 0, GL11.GL_RGB8, b.getImageWidth(), b.getImageHeight(), 0, GL11.GL_RGB, GL11.GL_UNSIGNED_BYTE, b.getBufferedImage()); ScaledResolution scaledRes = new ScaledResolution(EnhancedVisuals.mc.gameSettings, EnhancedVisuals.mc.displayWidth, EnhancedVisuals.mc.displayHeight); GL11.glColor4f(v.getColor().getRed() / 255.0F, v.getColor().getGreen() / 255.0F, v.getColor().getBlue() / 255.0F, v.getTranslucency());
  2. I did not understand it so i made a new one i am new to coding
  3. ok so i am making a mod for 1.6.4 but i dont know if the Func have updated cuz i have a error with this code EnhancedVisuals.mc.func_110434_K().func_110577_a(v.getResource()); the func i have the error with is .func_110577_a Please help !
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.