Jump to content

Jongh

Members
  • Posts

    29
  • Joined

  • Last visited

Everything posted by Jongh

  1. Here is my main mod class: https://gist.github.com/hjongh/1442b2a83f814314648e Path to the json file is src/main/resources/assets/newstart/models/item. All the java files are in src/main/java/com/jongh/newstart. And about the ModelLoader that you mentioned, even if it solves the problem, currently my main concern is understanding why my current way doesn't work, because I was just following through a basic tutorial and it should be working. Thanks for the help so far.
  2. Ahm, here's the item model json file: https://gist.github.com/hjongh/adacaebe399660ab5cda ItemRenderRegister class with registerItemRenderer method: https://gist.github.com/hjongh/de9397cd6cfb22d8e8ec CientProxy class where the registerItemRenderer method is called: https://gist.github.com/hjongh/dc53107eb6f5b6ad0d8f
  3. Trying to give a new item a texture using 1.8 forge, but the console is giving this error: "Model definition for location tutorial:tutorial_item#inventory not found" Checked that called creativeTab, registered the new item, included the json and the item texture, all the package names are lowercase, but still the item is the purple and black cube ingame. Wondering if someone could point out anything that I need to fix. Here's my code: https://www.mediafire.com/?bd1zd5zubm4o9r1
×
×
  • Create New...

Important Information

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