Hey all! Brand new to modding, following along with Pahimar's Let's Mod Reboot Series. I have not been able to get my textures to load, no matter what I try. I hunted around the forums (and the net) first, came up with these pages, none of which helped me.
http://www.minecraftforge.net/forum/index.php/topic,20387.msg102880.html#msg102880
http://www.minecraftforge.net/forum/index.php/topic,21281.msg108012.html#msg108012
http://www.minecraftforge.net/forum/index.php/topic,20543.msg103767.html#msg103767
http://www.minecraftforge.net/forum/index.php/topic,23583.msg119666.html#msg119666
http://www.minecraftforge.net/forum/index.php/topic,22854.msg115925.html#msg115925
My github repository is here: https://github.com/calebmeyer/Better-Crafting-Tables and is up to date with all the fixes I've tried. A short list:
- Rename the texture file (several times) to match what the logging statement had for missing texture
- Lowercase the assets subdirectory
- Lowercase the resource prefix
- Lowercase the modid in the mcmod.info file
- Double check that the texture file is a 16x16 png file.
I know my assets directory is named correctly, because my en_US.lang file loads perfectly.
Pastebin of the exact errors I get on load: http://pastebin.com/XgZCW1xF
I have tracked down the error (using Intellij's debug mode) to not having an IResourceManager created for my mod. I don't know how that is created (Pahimar didn't mention it, and everything just worked for him).
If you need any more information to help debug this issue, please post it here, and I will update as soon as I can.
Thanks!