Jump to content

Kander16

Members
  • Posts

    403
  • Joined

  • Last visited

Everything posted by Kander16

  1. Eh, does this look better? https://github.com/kander18/Morefood-mod/tree/master/src/main
  2. Ok, wait :-) 'Code goes in src/main/java only. Resources go in src/main/resources only.' I don't understand that.
  3. There you go: https://github.com/kander18/Morefood-mod/tree/master/java
  4. 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!
  5. Hello, Iam Working at a new mod (Music disc mod) and my question is: How Do i Create a new music disc at [1.7.2]? Thanks!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.