Posted March 1, 201510 yr My mod is using textures from modfolder/bin/assets/modid/textures/items rather than modfolder/src/resources/assets/modid/textures/items. They usually sync together or one copies from another but that's not happening. What am I doing wrong? Creator of the MyFit, MagiCraft, Tesseract gun, and Papa's Wingeria mod.
March 1, 201510 yr Did you just upgrade to IntelliJ 14? If so read this http://www.minecraftforge.net/forum/index.php/topic,21354.0.html ---> If you are using Intellij 14 (which you should) you need to add the following to the end of your build.gradle before importing: sourceSets { main { output.resourcesDir = output.classesDir } } If you don't do that, your assets will not work. (Thanks to Cazzar for this solution) -TGG
March 1, 201510 yr Author I don't even know what IntelliJ is , much less if I'm using it or not Creator of the MyFit, MagiCraft, Tesseract gun, and Papa's Wingeria mod.
March 1, 201510 yr OK, you're probably not then IntelliJ IDEA is an alternative to Eclipse. If you're using Eclipse I have no idea what's going wrong, sorry -TGG
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.