Making player hand appear in first person [HELP NEEDED]

Started by Park1423 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Dec 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Making player hand appear in first person [HELP NEEDED]
Tue, 04/23/2024 - 15:09 (edited)

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
Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The easiest way in MCreator,…
Fri, 04/05/2024 - 22:19

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

Joined Dec 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Huh? I'm a little confused…
Fri, 04/05/2024 - 22:30

Huh? I'm a little confused. Can you explain how to do this? (I'm all for not having to edit the code.)

Joined Dec 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Wait do you mean making my…
Fri, 04/05/2024 - 22:30

Wait do you mean making my item an armor?  Because armor doesn't show up in first person.

Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
oh you wanted it to be seen…
Fri, 04/05/2024 - 22:56

oh you wanted it to be seen in first person, I didn’t notice. Then this problem can only be solved by coding

Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you need to render the…
Fri, 04/05/2024 - 23:07

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.

Joined Dec 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ummm. I'm pretty new to…
Sat, 04/06/2024 - 14:04

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?

Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you can do it by geckolib…
Fri, 08/30/2024 - 11:27

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.