Jump to content

Axium1998

Forge Modder
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Axium1998

  1. Sorry, forgot how to use GitHub for a minute. It's up there now. I am also looking at my code to see where I'm not referencing the Item model correctly
  2. Today, while learning how to mod 1.8.x, I ran into a small predicament with my item. Instead of looking for an item json file, it looks for a blockstate json file. I have looked through my entire code, and have not found a single spot in which it looks for one. I ahve tried taking out the code for looking for the item json, and it does the same thing. Here is the code on github: https://github.com/AXIUM1998/learningmod Please do not hold back any remarks of how bad my code is (Yes, I AM aware there is no .png file. I stole one from something else for testing)
  3. 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
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.