Posted March 29, 201312 yr 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?
March 29, 201312 yr Your structure is good, care to show the code for your blocks so we can see how you do it?
March 29, 201312 yr 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? 1. Could you please give us some code? Especially the parts where you register the textures in your blocks/items. 2. Make sure that you spelled it right, especially since it's case-sensitive! Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! | mah twitter This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.