Started by
DeusVitale
on
Topic category: Help with Minecraft modding (Java Edition)
Hi, I am making a mod for mask with json model, I know it can be done with a java model but I really need to change the values to modify how it looks in the hand, in the gui and etc.
I saw in forums that you can do if you import the model in a block and make that block can be put on the head, I need help on how to do it and if there is a tutorial on YouTube they can pass it to me, I don't want that block to be placed, please help :(
You don't need MCreator for this, there's Blockbench section called "display". You can tweak all perspectives there.
And helmet by default is considered item, so you won't place it as a block, don't worry.
MCreator only recognizes JAVA files for armor (helmets) and not json, in blockbench, only the "display" appears when you make a JSON model, not a JAVA one