Jump to content

unoya

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by unoya

  1. your keyword "enable blending" reminded me! i fixed,ex: GlStateManager.enableBlend(); mc.getTextureManager().bindTexture(mapRaderBG); drawTexturedModalRect(ModItemDurable.mapPosX, ModItemDurable.mapPosY, 0, 0, 256, 256); GlStateManager.disableBlend(); in minecraft Thank you very much.
  2. forge: 1.8-11.14.1.1341 os: windows 7 - 64bit java: jdk 1.7.0_75-b13 eclipse: Luna SR2 4.4.2.M20150204-1700 in eclipse runtime in minecraft runtime Eclipse development environment running under normal, but in Minecraft runtime will not display correctly, why?
  3. Thank you, understand. But, how do I detect when ore coordinates(x,y,z) generated?
  4. forge:1.8-11.14.1.1332 os:windows 7 - 64bit java: jdk 1.7.0_55-b13 http://imgur.com/o7N0m9q Why the Y-axis has been 0 and the block has also been a bedrock ?
×
×
  • Create New...

Important Information

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