Jump to content

how do you change the player model


Skarte

Recommended Posts

1 minute ago, Skarte said:

somebody help

Use the RenderPlayerEvent.Post and render your hair there when you want to.

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Link to comment
Share on other sites

No. We won't be writing your code for you.

 

https://mcforge.readthedocs.io/en/latest/events/intro/
This is what you need to get started with events. Look for open source mods that use the RenderPlayer event for examples.

Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support.

 

1.12 -> 1.13 primer by williewillus.

 

1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support.

 

http://www.howoldisminecraft1710.today/

Link to comment
Share on other sites

21 minutes ago, Skarte said:

i never said write my code for me there is a difference between an example and writing my code

Well he gave you the documentation which is equivalent to what you want.

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Link to comment
Share on other sites

1 minute ago, Animefan8888 said:

Well he gave you the documentation which is equivalent to what you want.

not really anyways make my model a child of biped body and in the event just say

ModelCustomArmour model = new ModelCustomArmour();

 

model.bipedBody.showModel = true;

Link to comment
Share on other sites

5 minutes ago, Skarte said:

not really anyways make my model a child of biped body and in the event just say

ModelCustomArmour model = new ModelCustomArmour();

 

model.bipedBody.showModel = true;

Potentially

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Link to comment
Share on other sites

https://github.com/search?q=RenderPlayerEvent&type=Code

Here are a lot of examples. Could've found these yourself...

Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support.

 

1.12 -> 1.13 primer by williewillus.

 

1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support.

 

http://www.howoldisminecraft1710.today/

Link to comment
Share on other sites

8 hours ago, Skarte said:

how do i make it render my model

Look at how all other entities render their models.

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

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.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.