Skip to content

Commit

Permalink
Uyea
Browse files Browse the repository at this point in the history
  • Loading branch information
enjarai committed Apr 20, 2023
1 parent ee73c03 commit 5e7ebf6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Fixed an issue with custom capes not showing up on elytra.
- Removed a transitive dependency creating conflicts with some mods using owo-lib
5 changes: 4 additions & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@

"depends": {
"minecraft": ">=1.19.4- <1.19.5-",
"fabric": "*"
"fabric": "*",
"cicada": "*",
"cardinal-components-base": "*",
"cardinal-components-entity": "*"
},

"custom": {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ enabled_platforms=fabric,forge
#enabled_platforms=fabric

mod_id=do-a-barrel-roll
mod_version=2.7.1
mod_version=2.7.2
maven_group=nl.enjarai

yarn_version=1.19.4+build.1
Expand All @@ -15,7 +15,7 @@ fabric_api_version=0.75.3+1.19.4

forge_version=1.19.4-45.0.41

cicada_version=0.3.1
cicada_version=0.4.0
modmenu_version=6.1.0-beta.3
cloth_config_version=8.0.75
yacl_version=2.1.1
Expand Down

0 comments on commit 5e7ebf6

Please sign in to comment.