Hi Guys,
I'm attempting to build a simple mod that introduces some new ore and blocks, but I am having issues with Minecraft locating the textures when I try to load the .zip into my main minecraft installation for testing.
I have the following structure in my .zip file (name of my mod is ModOne, for now):
mods
|__ModOne
|___textures
|____blocks
|____VoidBlock.png
|____VoidOre.png
items
|____VoidIngot.png
However, it complains that it can't locate the textures. The best results I have gotten so far are the VoidBlock and VoidOre to both have the same texture (VoidBlock texture), and VoidIngot to have a missing texture.
Any ideas?