Posted February 19, 20205 yr Hello, first i cant see the Vanilla Code, second: How i can make occasionally animations. Example: A horse will occasionally make a special animation, how i can imitate it? New in Modding? == Still learning!
February 19, 20205 yr 3 hours ago, DragonITA said: i cant see the Vanilla Code Fix this, you really need to be able to see the vanilla code for modding. If you have trouble with it ask for help. 3 hours ago, DragonITA said: A horse will occasionally make a special animation, how i can imitate it? Look at the horse code. It’s probably something like a timer in the entity + setting rotations in the Renderer based on that timer. About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
February 19, 20205 yr Author I fixed it, buit where need i to see? In the setLiving or setRotate function? New in Modding? == Still learning!
February 19, 20205 yr Look at usages of both and gain a good understanding of what they’re used for and their differences About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
February 25, 20205 yr On 2/25/2020 at 6:23 AM, DragonITA said: Still dont understand. Bump I'm pretty sure the animations are basically the rotations and the movements of the boxes of the entity model according to their statue.
February 26, 20205 yr Author I have tried to make normal animations and it work, but i don‘t know how to make a occasionally animations. New in Modding? == Still learning!
March 20, 20205 yr Author So, i see the HorseModel class, but with see the functions and variables i still don‘t understand because the mappings was not so advanced. So i bump: Why setLivingAnimations actually exist? New in Modding? == Still learning!
March 20, 20205 yr Author When i for example see the FoxModel class, i can‘t make the difference. Edited March 21, 20205 yr by DragonITA New in Modding? == Still learning!
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.