Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai committed May 8, 2024
1 parent d73dfc3 commit 379dbaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ dependencies {

Set<String> apiModules = [
"fabric-networking-api-v1",
"fabric-resource-loader-v0"
"fabric-resource-loader-v0",
"fabric-screen-api-v1",
"fabric-key-binding-api-v1",
"fabric-lifecycle-events-v1",
]

apiModules.forEach {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ archives_base_name=rainglow

# other dependencies
java_version=21
mod_menu_version=9.0.0
mod_menu_version=10.0.0-beta.1
fabric_api_version=0.98.0+1.20.6

0 comments on commit 379dbaf

Please sign in to comment.