Posted September 24, 20213 yr So, basically, my animations aren't working. I have everything setup, I followed their documentation and it just doesn't work. I checked my if statements with System.out.println and the line is getting printed but the animation isn't playing. Entity Class: https://github.com/Skizzium/Project-Apple/blob/Animations-FG1.17.1/src/main/java/com/skizzium/projectapple/entity/boss/skizzik/Skizzik.java#L278-L288 Model Class: https://github.com/Skizzium/Project-Apple/blob/Animations-FG1.17.1/src/main/java/com/skizzium/projectapple/entity/boss/skizzik/client/model/SkizzikModel.java Renderer Class: https://github.com/Skizzium/Project-Apple/blob/Animations-FG1.17.1/src/main/java/com/skizzium/projectapple/entity/boss/skizzik/client/renderer/SkizzikRenderer.java Animation JSON: https://github.com/Skizzium/Project-Apple/blob/Animations-FG1.17.1/src/main/resources/assets/skizzik/geo/skizzik/skizzik.geo.json
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.