Jump to content

Babbaj

Members
  • Posts

    6
  • Joined

  • Last visited

Babbaj's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I ended up getting it to work also every time i compiled the image became corrupted and i had to manually replace it with winrar
  2. [22:27:43] [main/WARN]: Failed to load texture: forgehax:assets/waifu.png java.io.FileNotFoundException: forgehax:assets/waifu.png
  3. literally the same as a tutorial video end my life
  4. dont know how to check but its not a new folder and its used so theres no reason for it not to be
  5. I have an image file in src\main\resources\assets\forgehax and im creating a ResourceLocation as private ResourceLocation waifu = new ResourceLocation("forgehax","image.png"); and when i use it the code I do GlStateManager.pushMatrix(); MC.renderEngine.bindTexture(waifu); drawTexturedModalRect(topX, topY, 100, 100); GlStateManager.popMatrix(); but in the game i get the purple and black texture which means the texture is missing I've confirmed that "forgehax" is the correct modid and that the image extension is lowercase and ive read this post and I still have no idea why this doesnt work What am I doing wrong?
×
×
  • Create New...

Important Information

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