Posted May 6, 20205 yr I'd like to animate my custom entity in another class separate from it's model's class. Can I do this with .java models or should I use .json or .obj models? How would I go about doing this? Here's the model's class on GitHub if it's needed. Edited May 6, 20205 yr by Novârch It's sad how much time mods spend saying "x is no longer supported on this forum. Please update to a modern version of Minecraft to receive support".
May 6, 20205 yr you can just animate it in the renderer I will make fun of you if you are not able to look into the (vanilla-) code.
May 6, 20205 yr Author 15 minutes ago, Niprow said: you can just animate it in the renderer Don't think that'll work for what I'm trying to do, I want to change it's animation from common code. It's sad how much time mods spend saying "x is no longer supported on this forum. Please update to a modern version of Minecraft to receive support".
May 6, 20205 yr I would make it so that I would somehow store what is to be rendered in the renderer and then control it with a boolean. I would then synchronize this boolean with SimpleImpl or whatever I will make fun of you if you are not able to look into the (vanilla-) code.
May 6, 20205 yr Author 18 minutes ago, Niprow said: I would make it so that I would somehow store what is to be rendered in the renderer and then control it with a boolean. I would then synchronize this boolean with SimpleImpl or whatever Just tested a mock up of a system like that, works perfectly, thank you! It's sad how much time mods spend saying "x is no longer supported on this forum. Please update to a modern version of Minecraft to receive support".
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.