Started by
Park1423
on
Topic category: Help with Minecraft modding (Java Edition)
Basically I'm making a glove of sorts and I want you to be able to see the players hand wearing it in first person. I'm using Blockbench to make a custom model. Any ideas on this? I'm using MCreator 2023.4
Edited by Park1423 on Tue, 04/23/2024 - 15:09
The easiest way in MCreator, it seems to me, is to do this through an armor element; it does not require user intervention in the code
Huh? I'm a little confused. Can you explain how to do this? (I'm all for not having to edit the code.)
Wait do you mean making my item an armor? Because armor doesn't show up in first person.
oh you wanted it to be seen in first person, I didn’t notice. Then this problem can only be solved by coding
you need to render the texture of the glove and somehow connect it with the texture coordinates from the original model of the player’s hand.
Ummm. I'm pretty new to coding and I've only started learning ruby. Exactly how could I do this? Or where could I learn how?
you can do it by geckolib. And if you don't know geckolib is a plugin that can installed in mcreator and it is needed to download when mod is exported. You can do custom animations, first person arm modeling etc.Theres some tutorials about geckolib you can learn it yourself if you want.