Jump to content

[1.7.10] Compiling the mod but not all textures


EmperorZelos

Recommended Posts

I try to compile the mod for some to test but some of the art does not appear. when I play it in my modding it all appears perfectly fine but when I compile it and run it in normal minecraft it does not, what could cause this?

 

I have it all in \forge\src\main\resources\assets\modID when i do compile it and I can see that the stuff is in there.

Link to comment
Share on other sites

Also, make sure you do not "Export jar file" in the IDE. You did remember to run: gradlew build (right?) then get your jar from the build/libs folder...

Link to comment
Share on other sites

I try to compile the mod for some to test but some of the art does not appear. when I play it in my modding it all appears perfectly fine but when I compile it and run it in normal minecraft it does not, what could cause this?

 

I have it all in \forge\src\main\resources\assets\modID when i do compile it and I can see that the stuff is in there.

That's not enough information. What is your mod trying to do, and what does happen when your "art" fails to appear? What "normal" Minecraft are you testing in (SP or MP-client/server)?

 

For all I can tell, you have a client/server issue with server errors in the server console that you aren't telling us (and may not even have noticed). One common error mode (for me) is that some bit of client-only code runs OK in Eclipse only to fail in MP. Since texture handling and rendering are client side-only, this could be the nature of your problem (although most such problems crash completely, which is a symptom you should have mentioned if the case).

 

The debugger is a powerful and necessary tool in any IDE, so learn how to use it. You'll be able to tell us more and get better help here if you investigate your runtime problems in the debugger before posting.

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.