Jump to content

[1.8.9]Custom item rendering


MineWIZ

Recommended Posts

You can use the item model system to put use your item's texture, and then have an additional layer with an animated texture with the effect you want.

It's really simple. Just look up the info for resource packs.

 

Also, IItemRenderer didnt get "replaced". It got removed. SmartItemModel was added to give flexibility to the baked model system that Mojang added. It's not a replacement though.

Link to comment
Share on other sites

Thanks for response. I have added "layer1" which is an animation built from frames to my item model json. But now how to tell Minecraft which animation layer to use depending on ItemStack NBT data, if the tag "color" equals "RED" then use the animation layer with red color etc.?

 

Btw.

https://github.com/TheGreyGhost/MinecraftByExample/tree/master/src/main/java/minecraftbyexample/mbe12_item_nbt_animate

Seems interesting

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.