Jump to content

Flaghacker

Members
  • Posts

    53
  • Joined

  • Last visited

Everything posted by Flaghacker

  1. It works! MODID.toLowerCase() and fixing"texures" to "textures" did the trick! Thanks everyone for helping me!
  2. So I changed a couple of things, but it still doesn't work: Package explorer: MyMod.java: http://pastebin.com/wAAQviYW I also tried without the MODID + ":". EDIT: I'm following this tutorial, I think I'm doing exactly the same:
  3. I'm learning how to make mods, I have a bit of Java knowledge. I'm trying to give my block "block1" and item "item1" a texture, I have made 2 .png files using paint.net. This is my code: learning.java: http://pastebin.com/9E7cN0Ur Block1.java: http://pastebin.com/4nA0zAqX Package explorer: Texures: block1.png: item1.png: Log file: http://pastebin.com/AxxwjUgF Forge version: forge-1.7.2-10.12.2.1.21 I don't know why my textures don't work, in-game they have the purple-black "missing texture". Can anyone help me?
×
×
  • Create New...

Important Information

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