Jump to content

Entity Problem with anims


Discult

Recommended Posts

Hello so here is my problem when i have one version of my entity in the world it works fine but as soon as a second one is in it doesn't do the anims proper. there is usually two different things that happen and they are.

 

1. when the first entity does e.g. walk anims the second entity (that is standing still) also does the walk animation.

 

2. When either of the entitys move it flicks between what both entitys are e.g. one is walking and one is idle both mobs anims quickly switch between them.

 

 

Any information on the matter would be brilliant.

 

Thank you, Discult

 

Link to comment
Share on other sites

46 minutes ago, Discult said:

Hello so here is my problem when i have one version of my entity in the world it works fine but as soon as a second one is in it doesn't do the anims proper. there is usually two different things that happen and they are.

Sounds like there is only one instance of each animation field, are they static? They shouldn't be.

  • Thanks 1

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:

Sounds like there is only one instance of each animation field, are they static? They shouldn't be.

That was the problem but not at the same time haha but it instantly made me figure out what was wrong.

 

The problem was I have a initAnim method and i was calling that in a private static void loadModel()  removing to just the entity constructor fixed the problem.

 

 

 

Thank you for your help.

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.

Announcements



×
×
  • Create New...

Important Information

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