Posted June 20, 201411 yr Forge 1.7.2-10.12.1.1060 Hey, When I'm in Eclipse, all the textures of my items are ok and loading perfectly, but when I compile my mod (gradlew build) there aren't loading. Gradlew stores them in "JavaFile --> assets --> My Mod ID --> textures --> items" it is the right folder ? Thanks for the answer, in advance.
June 20, 201411 yr Hi. This link might help. http://www.minecraftforge.net/forum/index.php/topic,18371.msg92948.html#msg92948 -TGG
June 20, 201411 yr Author Hi, thanks for the fast answer ! I looked at all these common errors (texture name not set properly, or textures stored in the wrong folder, or the upper/lower case don't match exactly) and everything is ok... ! But are the files in the good directory ? and the is it this that I need to use: .setTextureName(MODID + ":ItemName") ?
June 20, 201411 yr Hi Yes that sounds right. If the textures work fine during a normal compile, then probably either the files are in the wrong spot or your upper/lower case don't match. I haven't used gradlew build yet so I can't be sure; when I previously published a mod, it was in a zip with the following structure http://greyminecraftcoder.blogspot.com.au/2013/12/overview-of-forge-and-what-it-can-do.html You can use the troubleshooting information in that link to discover the actual directory / file path where forge is looking, which can give valuable clue. -TGG
June 20, 201411 yr Author Mmmh... It doesn't works everything is set up correctly as indicated in the link you sent me...
June 20, 201411 yr Author Could you try the compiled file please ? (I made obsidian tools so items are in Combat/Tools tab) http://bit.ly/1m1HDqv to download my mod...
June 20, 201411 yr Works fine for me, no error messages and the textures look like dark grey vanilla so I think it's fine. -TGG
June 20, 201411 yr Author Okay... And when I put it on my Minecraft, it gives me this '-' what the craft ? http://puu.sh/9C09K/97dcc69dad.png
June 20, 201411 yr Author That is the problem... There is no errors... https://gist.github.com/anonymous/b564bb72c696ae7aea62 Oh, yeah, I see that when I wear the armor the armor texture loads (Not the item but on the player body) Edit: I added blocks to my mod textures aren't loading.... It makes the pink-black texture! Oh god
June 20, 201411 yr Interesting I`m having a similar issues except mine also seems to affect the names. What forge are you using?
June 20, 201411 yr Author I'm using 1.7.2-10.12.1.1060 Ok... I put all my assets folder into a ressource pack, set it in-game and Voila! My textures are loading ! But I didn't found the issue for my problem...
June 20, 201411 yr Author I found the problem !!! In the mcmod file, the "name" was set to "Aotharys" and it needed to be "aotharys" ! Thanks for helping you two !
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.