Jump to content

Texture Problem


Asweez

Recommended Posts

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.

Link to comment
Share on other sites

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

 

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.