Hi, i think this is my first topic in Minecraft Forge forums, so i hope i'm in the best possible place to learn all i need
Well, first off, i'm pretty new in modding, so i choose Wuppy29's tutorials to start from scratch and basically make my first mod SMP. I'm working over 1.6.2.
I have set-up Eclipse and mcp, and created 2 blocks and 1 item, the problem is that i can't get the blocks to load the textures properly..., and it's a bit strange since i can debug and see the textures without any issues, but when i tri to package the test mod and play with it in my forge profile in the new launcher from mojang...the textures never load, this is what i get in the development console from the launcher:
Line 439: 2013-08-21 03:49:21 [CLIENT] [sEVERE] Using missing texture, unable to load: alpharo_tutorial test:textures/blocks/TutorialBlock0.png
Line 439: 2013-08-21 03:49:21 [CLIENT] [sEVERE] Using missing texture, unable to load: alpharo_tutorial test:textures/blocks/TutorialBlock0.png
Line 440: 2013-08-21 03:49:21 [CLIENT] [sEVERE] Using missing texture, unable to load: alpharo_tutorial test:textures/blocks/TutorialBlock2.png
Line 440: 2013-08-21 03:49:21 [CLIENT] [sEVERE] Using missing texture, unable to load: alpharo_tutorial test:textures/blocks/TutorialBlock2.png
Line 441: 2013-08-21 03:49:21 [CLIENT] [sEVERE] Using missing texture, unable to load: alpharo_tutorial test:textures/blocks/TutorialBlock1.png
Line 441: 2013-08-21 03:49:21 [CLIENT] [sEVERE] Using missing texture, unable to load: alpharo_tutorial test:textures/blocks/TutorialBlock1.png
Line 442: 2013-08-21 03:49:21 [CLIENT] [sEVERE] Using missing texture, unable to load: alpharo_tutorial test:textures/blocks/TutorialBlock3.png
Line 442: 2013-08-21 03:49:21 [CLIENT] [sEVERE] Using missing texture, unable to load: alpharo_tutorial test:textures/blocks/TutorialBlock3.png
So...what i'm doing wrong? maybe mismatched versions of forge in eclipse and the real game? or i've putted the textures on the wrong place? According to wuppy's tutorials..., the hierarchy should be like this:
[the mod .zip]\assets\myname_modname\textures\blocks\the 16x16 .png files
Correct me if i'm wrong, i'll leave a link to the packaged mod just in case (for some reason i can't upload attachments here, the site says it can't access the path).
http://www.mediafire.com/?o65edofkkth7sa9
Thanks a lot for the help in advance!