File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117117 files : |
118118 ./minecraft/fabric/build/libs/!(*-@(dev|sources|javadoc|all|dev-shadow)).jar
119119 ./minecraft/fabric/build/libs/*-@(dev|sources|javadoc|all|dev-shadow).jar
120- version-type : alpha
120+ version-type : release
121121
122122 loaders : fabric
123123 game-versions : |
@@ -149,7 +149,7 @@ jobs:
149149 files : |
150150 ./minecraft/neoforge/build/libs/!(*-@(dev|sources|javadoc|all|dev-shadow)).jar
151151 ./minecraft/neoforge/build/libs/*-@(dev|sources|javadoc|all|dev-shadow).jar
152- version-type : alpha
152+ version-type : release
153153
154154 loaders : neoforge
155155 game-versions : |
Original file line number Diff line number Diff line change 1- Fixed the item Y pos axis being negated for Blockbench animations.
1+ Fixed the item Y pos axis being negated for Blockbench animations.
2+ Fixed torso bends not applying to other limbs correctly.
3+ Fixed animations not starting properly on players that are not being rendered.
4+ Fixed an NPE.
5+ Added a way to see if it's a first-person render pass from ` AnimationData ` .
6+ Added a way to get ` AnimationData ` in the adjustment modifier.
7+ Controller first-person methods now return the controller.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx2G
33org.gradle.parallel =true
44
55# Mod properties
6- mod_version = 1.1.3+alpha.2
6+ mod_version = 1.1.4
77maven_group = com.zigythebird.playeranim
88archives_base_name = PlayerAnimationLib
99
You can’t perform that action at this time.
0 commit comments