I am doing a mod so I can learn how to mod, and am getting an error while loading my block.
Here is what the console says:
2013-11-02 18:44:25 [WARNING] [ForgeModLoader] The mod FMLMod:Learning{0.1_Alpha} is attempting to register a block whilst it it being constructed. This is bad modding practice - please use a proper mod lifecycle event.
2013-11-02 18:44:25 [iNFO] [ForgeModLoader] Configured a dormant chunk cache size of 0
2013-11-02 18:44:27 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/MISSING_ICON_TILE_1000_RedDiamondBlock.png
2013-11-02 18:44:28 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/items/MISSING_ICON_ITEM_2517_RedDiamondItem.png
2013-11-02 18:44:28 [iNFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 4 mods
2013-11-02 18:44:28 [WARNING] [Forge Mod Loader] Mod Forge Mod Loader is missing a pack.mcmeta file, things may not work well
2013-11-02 18:44:28 [WARNING] [Minecraft Forge] Mod Minecraft Forge is missing a pack.mcmeta file, things may not work well
2013-11-02 18:44:28 [WARNING] [Learning] Mod Learning is missing a pack.mcmeta file, things may not work well
2013-11-02 18:44:28 [iNFO] [Minecraft-Client] Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Learning
2013-11-02 18:44:29 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/items/MISSING_ICON_ITEM_2517_RedDiamondItem.png
2013-11-02 18:44:30 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/MISSING_ICON_TILE_1000_RedDiamondBlock.png
I have no idea what I'm doing wrong.I am also following XxxXEclipse7XxxX's tutorial: http://www.youtube.com/watch?v=KAMQQyrVEm0
And here's a link to my code (base folder): http://axium.comlu.com/Forge-Mod/Learning