Skip to content

Commit

Permalink
Fix Fabric version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ZsoltMolnarrr committed Jun 20, 2023
1 parent 914bcf9 commit 4800452
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.7.2

- Fix mod version requirements

# 1.7.1

- Add `MOUNTED` attack condition
Expand Down
2 changes: 1 addition & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"fabricloader": ">=0.14.0",
"fabric-api": "*",
"cloth-config": ">=11.0.0",
"player-animator": ">=1.0.2"
"player-animator": ">=1.0.0"
},
"breaks": {
},
Expand Down
2 changes: 1 addition & 1 deletion forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ side="BOTH"
[[dependencies.bettercombat]]
modId="playeranimator"
mandatory=true
versionRange="[1.0.2,)"
versionRange="[1,)"
ordering="AFTER"
side="BOTH"
[[dependencies.bettercombat]]
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ loader_version=0.14.21
forge_version=47.0.4

# Mod Properties
mod_version=1.7.1
mod_version=1.7.2
maven_group=net
archives_base_name=bettercombat

Expand Down

0 comments on commit 4800452

Please sign in to comment.