Okay so i made the folders, but i'm recieving this error:
2014-02-03 21:38:33 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: examplemod:textures/items/RedDiamondHoe.png
2014-02-03 21:38:33 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: examplemod:textures/items/RedDiamondPickaxe.png
2014-02-03 21:38:33 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: examplemod:textures/items/RedDiamondShovel.png
2014-02-03 21:38:33 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: examplemod:textures/items/RedDiamondSword.png
2014-02-03 21:38:33 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/items/MISSING_ICON_ITEM_3259_Red Diamond Axe.png
its either because i put the assets folder in the wrong place( I put it in the main modding folder):
http://24.media.tumblr.com/e53967b1ad774cbbb0aefcce55ec3cba/tumblr_n0gj8vmsFo1sejvuqo1_1280.png[/img]
or because of the code calling the textures:
public void registerIcons(IconRegister iconReigster) {
itemIcon = iconReigster.registerIcon("ExampleMod:RedDiamondPickaxe");
}