Skip to content

Commit

Permalink
Updated libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
kill05 committed Jun 11, 2024
1 parent 97951f1 commit 3825675
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ dependencies {
modImplementation "com.github.Turnip-Labs:bta-halplibe:${project.halplibe_version}"
modImplementation "ModMenu:ModMenu:${project.mod_menu_version}"

implementation files("libraries/catalyst-core-1.4.2.jar")
implementation files("libraries/catalyst-core-1.4.3.jar")
implementation files("libraries/catalyst-fluids-1.1.5.jar")

implementation files("libraries/btwaila-1.1.0-7.2-pre1.jar");
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"minecraft": "~7.2-beta",
"fabricloader": ">=0.15.5",
"halplibe": ">=4.0.6-beta",
"catalyst-core": ">=1.4.2"
"catalyst-core": ">=1.4.3"
},
"suggests": {
"btwaila": "1.0.0-7.1"
Expand Down

0 comments on commit 3825675

Please sign in to comment.