Jump to content

Trouble with loading textures


echonxt

Recommended Posts

Hi Guys,

 

I'm attempting to build a simple mod that introduces some new ore and blocks, but I am having issues with Minecraft locating the textures when I try to load the .zip into my main minecraft installation for testing.

 

I have the following structure in my .zip file (name of my mod is ModOne, for now):

 

mods
|__ModOne
      |___textures
             |____blocks
                      |____VoidBlock.png
                      |____VoidOre.png
                      items
                      |____VoidIngot.png

 

However, it complains that it can't locate the textures. The best results I have gotten so far are the VoidBlock and VoidOre to both have the same texture (VoidBlock texture), and VoidIngot to have a missing texture.

 

Any ideas?

Link to comment
Share on other sites

Hi Guys,

 

I'm attempting to build a simple mod that introduces some new ore and blocks, but I am having issues with Minecraft locating the textures when I try to load the .zip into my main minecraft installation for testing.

 

I have the following structure in my .zip file (name of my mod is ModOne, for now):

 

mods
|__ModOne
      |___textures
             |____blocks
                      |____VoidBlock.png
                      |____VoidOre.png
                      items
                      |____VoidIngot.png

 

However, it complains that it can't locate the textures. The best results I have gotten so far are the VoidBlock and VoidOre to both have the same texture (VoidBlock texture), and VoidIngot to have a missing texture.

 

Any ideas?

 

1. Could you please give us some code? Especially the parts where you register the textures in your blocks/items.

2. Make sure that you spelled it right, especially since it's case-sensitive!

Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! |

mah twitter

This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.

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.