Posted September 20, 201411 yr 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! Creator of the Master Chef Mod and many more to come. If I helped you, please click the 'thank you' button.
September 20, 201411 yr Author Okey, wait a sec Creator of the Master Chef Mod and many more to come. If I helped you, please click the 'thank you' button.
September 20, 201411 yr Author What program/site do i use the best? Creator of the Master Chef Mod and many more to come. If I helped you, please click the 'thank you' button.
September 20, 201411 yr Author Ok, thanks Creator of the Master Chef Mod and many more to come. If I helped you, please click the 'thank you' button.
September 20, 201411 yr Author There you go: https://github.com/kander18/Morefood-mod/tree/master/java Creator of the Master Chef Mod and many more to come. If I helped you, please click the 'thank you' button.
September 20, 201411 yr Author Sorry, Can't reproduce the problem. Can you give me more info? Creator of the Master Chef Mod and many more to come. If I helped you, please click the 'thank you' button.
September 20, 201411 yr Author Ok, wait :-) 'Code goes in src/main/java only. Resources go in src/main/resources only.' I don't understand that. Creator of the Master Chef Mod and many more to come. If I helped you, please click the 'thank you' button.
September 20, 201411 yr Author Eh, does this look better? https://github.com/kander18/Morefood-mod/tree/master/src/main Creator of the Master Chef Mod and many more to come. If I helped you, please click the 'thank you' button.
September 20, 201411 yr Author Ok, Will try that, Thanks Creator of the Master Chef Mod and many more to come. If I helped you, please click the 'thank you' button.
September 20, 201411 yr Author Yes! This works Thank you! ;-) 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.