Posted November 25, 201311 yr 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!
November 25, 201311 yr What version of forge for what version of mc are you using? http://i.imgur.com/nVI9Y.png[/img]
November 25, 201311 yr 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.
November 25, 201311 yr Author I mean for the finished mod, I can't figure out where to put the textures in the mod zip file
November 25, 201311 yr 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"
November 25, 201311 yr I put mine in Mod.zip->assets->modname->textures-> From there you can make a blocks or items folder. http://i.imgur.com/nVI9Y.png[/img]
November 25, 201311 yr 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!
November 25, 201311 yr Author I put mine in Mod.zip->assets->modname->textures-> From there you can make a blocks or items folder. Thanks it worked!
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.