TidestManager1 Posted November 25, 2013 Posted November 25, 2013 My github repo is at https://github.com/mz2212/Random-Useful-Stuff and I can't figure out where to put the textures on compiling, Thanks in advance! Quote
superckl Posted November 25, 2013 Posted November 25, 2013 What version of forge for what version of mc are you using? Quote http://i.imgur.com/nVI9Y.png[/img]
TidestManager1 Posted November 25, 2013 Author Posted November 25, 2013 Forge: 9.11.1.953 MC: 1.6.4 Quote
saxon564 Posted November 25, 2013 Posted November 25, 2013 with 1.6.4 your textures need to go in "src/minecraft/assets/YourModNameHere/textures" and from there i split it into mobs, items, and blocks. Quote
TidestManager1 Posted November 25, 2013 Author Posted November 25, 2013 I mean for the finished mod, I can't figure out where to put the textures in the mod zip file Quote
saxon564 Posted November 25, 2013 Posted November 25, 2013 should probably tag on that the path i gave you is for if your still using the IDE otherwise if your going to release it, put it in your mods folder so it would read in from the .minecraft folder "mods/YourModNameHere.zip/YourModNameHere/assets/textures" this path can change depending on how you had your mods path in Eclipse set up. eg. if in Eclipse its mods.YourModNameHere the path would change to "mods/YourModNameHere.zip/mods/YourModNameHere/assets/textures" Quote
superckl Posted November 25, 2013 Posted November 25, 2013 I put mine in Mod.zip->assets->modname->textures-> From there you can make a blocks or items folder. Quote http://i.imgur.com/nVI9Y.png[/img]
saxon564 Posted November 25, 2013 Posted November 25, 2013 I put mine in Mod.zip->assets->modname->textures-> From there you can make a blocks or items folder. my bad, his is right i havent done this new texture system much so i gave you what i thought i remembered. Oops! good luck with your mod! Quote
TidestManager1 Posted November 25, 2013 Author Posted November 25, 2013 I put mine in Mod.zip->assets->modname->textures-> From there you can make a blocks or items folder. Thanks it worked! Quote
superckl Posted November 25, 2013 Posted November 25, 2013 No problem! Glad I could help. Quote http://i.imgur.com/nVI9Y.png[/img]
Recommended Posts
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.