Jump to content

How to update block/item textures & How to update names on the items/blocks


Recommended Posts

Posted

Hello,

 

I have a question about my mod, i wanted to update the version from 1.7.2 --> 1.7.10.

I've done that, but now my textures wont load anymore + my names too.

My textures are all the colour of purple and black, and the names are 'item.example.name'

So i think this is changed with the update of 1.7.10, I was wondering how this could be solved.

 

This is a code from one of the items:

 

foodDarkChocolate = new ItemFood(1, 0.2F, false).setUnlocalizedName("DarkChocolate")

.setTextureName(modid + ":DarkChocolate").setCreativeTab(Morefood.morefoodTab);

And this is from the en_US.lang file:

 

item.DarkChocolate.name=Dark Chocolate

 

However, it don't wonna load the textures/item names.

Can you help me?

I would apprecciate that  ;)

Please if you've a question, ask me i will answer

 

This is a link about my mod so if this would help something:

http://www.planetminecraft.com/mod/morefood-mod-for-mc-172-including-crops/

 

Thanks!  :D

Creator of the Master Chef Mod and many more to come.

 

If I helped you, please click 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.