Jump to content

[1.7.2] Using Missing Texture unable to load minecraft:textures/blocks.....


Recommended Posts

Posted

Hi I'm new to 1.7 modding and I have a problem with loading textures here is the client log.

 

  Reveal hidden contents

 

Here is the main mod file

 

  Reveal hidden contents

 

And here is the BlockSlate.java

 

  Reveal hidden contents

 

 

Also for some reason I get 2 Slate in game

https://www.dropbox.com/s/414raiz8og8euyg/screen.png

Posted

Hi Thanks

 

But I have had no hope with fixing textures, but I am more concerned why I have 2 of the same mod loaded. But never mind I have decided to just start again as there is so many things that are wrong!

Posted

First off if you're trying to use a regular minecraft texture you do:

setBlockTextureName("texturename");

and if you're trying to use your own you do

setBlockTextureName(MainModFile.modid + ":" + "texturename")

and you put your textures in a folder called

assets.YOURMODID.textures.blocks

you do not use

minecraft.textures.blocks

Also blocks don't use setUnlocalizedName(""); it's only items.

 

If I helped please press the Thank You button.

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.