Jump to content

Kakaff

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Kakaff

  1. Update: I got it working by downgrading from 965 to 964! I just wish i had tried it a few hours earlier.
  2. Ah, okey. Still isn't working, starting to think there might be some odd problem with this build so i'm going to try downgrading I was following these one: http://www.wuppy29.com/minecraft/modding-tutorials/forge-modding-1-6/ Then when i got the texture problem i started following the one on the forge wiki
  3. There you go I also renamed tutorialBlock to block and changed the Tutorial.class to main.class and the BlockTutorialBlock.class to tutorialblock.class (Removed Tutorial.class & BlockTutorialBlock completely + edited the .setTextureName to main.modid + ":block")
  4. Still doesn't work
  5. Thanks for the quick reply! I tried it, but it still doesnt work Tried that too now, but it still doesnt work Is it possible that my assets folder is in the completely wrong place? Here's where it's placed: http://i.imgur.com/htgUtJn.png
  6. Hello! First of all, i'm new to Java, i just started about a week ago, but i've been following tutorials but it still doesnt seem to work (I tried several different ones and they all gave me this problem) After searching the forums and trying to google an aswer to my problem to no result. I decided i'll try to ask for help here. The problem seems to be a very common one, i might have done something wrong. And happen to be blind. TL;DR : My custom textures refuse to load. They only show up as purple and black squares. There is no error about missing textures in the console. The problem appears while running via Eclipse and also when running via startclient.bat screenshot : http://i.imgur.com/lOl76Ao.png I have placed the textures in mcp/scr/minecraft/assets/tutorial/textures/blocks/tutorialBlock.png Here's the code for the Tutorial.class : http://pastebin.com/f2K0t011 And here's the code for the BlockTutorialBlock.class : http://pastebin.com/pjrqhhum I'm running Forge 965. I hope someone is able to help me with this as i really want to make some mods
×
×
  • Create New...

Important Information

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