Skip to content

Commit 2852b9b

Browse files
committed
Bump version
1 parent 2197068 commit 2852b9b

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: |

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
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.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx2G
33
org.gradle.parallel=true
44

55
# Mod properties
6-
mod_version = 1.1.3+alpha.2
6+
mod_version = 1.1.4
77
maven_group = com.zigythebird.playeranim
88
archives_base_name = PlayerAnimationLib
99

0 commit comments

Comments
 (0)