Posted March 14, 201312 yr What folder? I know mods/{modname}/textures/{blocks or items}/TEXTURES_GO_HERE.png but minecraft can never find my textures. I have no idea where to put it.
March 14, 201312 yr Where do you test it? in Eclipse, or in your mod zip/jar? 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.
March 14, 201312 yr What folder? I know mods/{modname}/textures/{blocks or items}/TEXTURES_GO_HERE.png but minecraft can never find my textures. I have no idea where to put it. ignore my answer... I have not upgraded to 1.5 yet... I might be wrong
March 14, 201312 yr if you get stuck here is a link to atomicstrykers help on the new 1.5 textures system http://www.minecraftforum.net/topic/1722368-15-icons-and-block-textures/
March 15, 201312 yr If you're referring to an animated texture, you use .txt files to config them now. Check the vanilla textures folders inside the minecraft.jar If you mean sprite sheets in general, they've been done away with. Every texture has its own file now. Check the link above.
March 16, 201312 yr starting from your mod's root directory: /textures/blocks/ Where is the root directory? IM SO LOST
March 16, 201312 yr starting from your mod's root directory: /textures/blocks/ Where is the root directory? IM SO LOST I'm guessing you have your code in mcp/src/minecraft/, that is your root directory.
March 16, 201312 yr starting from your mod's root directory: /textures/blocks/ Where is the root directory? IM SO LOST I was the same up until about 5 minutes ago. For me the file path looks like: forge\mcp\src\minecraft\mods\MODNAME\textures\blocks. I had to create the mods folder.
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.