Hey guys im having a slight texture problem so im gona get right down to it!
As my destination for the lastest forge/mcp location for me textures im useing this:
Desktop\MCP\mcp\src\minecraft\assets\NonExistingTextures\textures\blocks
And the Code im useing is as follows:
public class oreAmethystOre extends Block
{
public oreAmethystOre(int par1, Material par2Material) {
super(par1, Material.rock);
}
public void registerIcons(IconRegister iconRegister)
{
blockIcon = iconRegister.registerIcon("NonExistingTextures:Amethyst");
}
public int idDropped (int par1, Random par2Random, int par3)
{
return WreckItMod_Core.Amethyst.itemID;
}
public int quantityDropped(Random par1Random)
{
return 1;
}
}
So tell me, Make me feel stupid... What am i doing wrong? As far as i know everything is correct?
Let me know what other info you guys need!
EDIT: This is my error: 2013-08-30 14:13:08 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/MISSING_ICON_TILE_3210_RhodiumBlock.png