Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

iam trying to give the player hair where he can switch it on and off so i have to give the player a custom model but if i can instead somehow change the biped model that would be great or maybe have it like a 3d armor anything that works just how

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.

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/

  • Author
3 minutes ago, larsgerrits said:

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

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

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.

  • Author
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;

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.

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/

  • Author

iam stoping it from rendering the player model now how do i make it render my model

    @SubscribeEvent
    public void preRenderPlayer(RenderPlayerEvent.Pre event)
    {
        event.setCanceled(true);
    }

 

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.

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...

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.