DragonITA Posted February 19, 2020 Posted February 19, 2020 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? Quote New in Modding? == Still learning!
Cadiboo Posted February 19, 2020 Posted February 19, 2020 On 2/19/2020 at 6:20 PM, DragonITA said: i cant see the Vanilla Code Expand Fix this, you really need to be able to see the vanilla code for modding. If you have trouble with it ask for help. On 2/19/2020 at 6:20 PM, DragonITA said: A horse will occasionally make a special animation, how i can imitate it? Expand Look at the horse code. It’s probably something like a timer in the entity + setting rotations in the Renderer based on that timer. 1 Quote About Me Reveal hidden contents 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)
DragonITA Posted February 19, 2020 Author Posted February 19, 2020 I fixed it, buit where need i to see? In the setLiving or setRotate function? Quote New in Modding? == Still learning!
Cadiboo Posted February 19, 2020 Posted February 19, 2020 Look at usages of both and gain a good understanding of what they’re used for and their differences 1 Quote About Me Reveal hidden contents 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)
DragonITA Posted February 24, 2020 Author Posted February 24, 2020 Still dont understand. Bump Quote New in Modding? == Still learning!
poopoodice Posted February 25, 2020 Posted February 25, 2020 On 2/24/2020 at 5:23 PM, DragonITA said: Still dont understand. Bump Expand I'm pretty sure the animations are basically the rotations and the movements of the boxes of the entity model according to their statue. Quote
DragonITA Posted February 26, 2020 Author Posted February 26, 2020 I have tried to make normal animations and it work, but i don‘t know how to make a occasionally animations. Quote New in Modding? == Still learning!
DragonITA Posted March 20, 2020 Author Posted March 20, 2020 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? Quote New in Modding? == Still learning!
DragonITA Posted March 20, 2020 Author Posted March 20, 2020 (edited) When i for example see the FoxModel class, i can‘t make the difference. Edited March 21, 2020 by DragonITA Quote New in Modding? == Still learning!
DragonITA Posted March 21, 2020 Author Posted March 21, 2020 Ok, what method need i to use? Quote New in Modding? == Still learning!
Recommended Posts
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.