Posted October 16, 20186 yr 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
October 16, 20186 yr 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. 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.
October 16, 20186 yr Author 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.
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.