Skip to content

Commit

Permalink
Update playerAnimator dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
KosmX committed Aug 21, 2022
1 parent 97ff039 commit 2501130
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 16/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module_name = 16

modmenu_version = 1.16.9
bendylib_version = 1.2.1
player_anim = 0.2.0+1.16.5
player_anim = 0.3.0+1.16.5


#Copy-pasta part from https://modmuss50.me/fabric.html
Expand Down
2 changes: 1 addition & 1 deletion 18/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ java_version = 17

modmenu_version = 3.1.+
bendylib_version = 2.1.+
player_anim = 0.2.0
player_anim = 0.3.0

# Minecraft dependency setup
minecraft_version=1.18.2
Expand Down
2 changes: 1 addition & 1 deletion 19/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ java_version = 17

modmenu_version = 4.0.6
bendylib_version = 2.1.+
player_anim = 0.2.0
player_anim = 0.3.0


# Minecraft dependency setup
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.jvmargs = -Xmx4G
#See copy-paste
mod_description = Play emotes in Minecraft\\nOpen the menu to setup your fast-choose wheel\\n\\nYou can add custom emotes, and you can play these even if nobody else has them\\n\\nSpecial thanks:\\nKale Ko for creating emotes and help in the UI design\\nOrsond for inspiring me and providing CollarMC\\nArchitectury for the Forge build tools
#Mod properties
version_base = 2.2.1
version_base = 2.2.2
maven_group = io.github.kosmx.emotes
archives_base_name = emotecraft
#Most of this project is compiled against Java8. but it can be overwritten
Expand All @@ -28,4 +28,4 @@ loader_version=0.14.+
#Fabric api
#fabric_version=0.34.9+1.17

player_anim_core=0.2.0
player_anim_core=0.3.0

0 comments on commit 2501130

Please sign in to comment.