Started by
masterkostas
on
Topic category: Help with Minecraft modding (Java Edition)
Hi i am interested in making some new entities using custom models and i was curious if there was a way to use the new layer feature to render an item.
Any help is appreciated. Thank you very much in advance.
Yes, if you separate the item texture(s) from the main mob texture then using the "synced data" tab to create vars for each item and display your texture with the "display condition" provided with each model layer.
thank you for your response,
i thought of that but i would like a more modular approach to it; in order for all vanilla and modded items to be usable. Do you know any other way or did i misread your response?
I am not sure about using vanilla items since that is a feature for only the "biped" model in the MCreator entity creator but i'm sure there is some way to get items to appear in custom entities hand if you do some research.