Jump to content

[1.8]Item Render in inventory


CoderAtParadise

Recommended Posts

Hi,

So I've been playing around with the new render system for items and have come across the problem of a texture not loading unless you have a dummy item.

The code for the section is

    public static final ItemFT kitty = new ItemKitty();
    public static final ItemHidden debug = new ItemDebug();
    public static void init()
    {
        GameRegistry.registerItem(debug,"debug");
        GameRegistry.registerItem(kitty,"kitty");
        Minecraft.getMinecraft().getRenderItem().getItemModelMesher().register(kitty,0,new ModelResourceLocation(Reference.MOD_ID+":kitty","inventory"));
    }

and when you comment out the registration of the debug item, item kitty no longer loads it's texture.

Just wondering if I am doing something wrong or it is actually a bug.

Did you really need to know?

Link to comment
Share on other sites

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.