Skip to content

Commit

Permalink
fix modrinth dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
der-fruhling committed May 22, 2024
1 parent 420a8ad commit 9979893
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ modrinth {
required.project 'fabric-api'
required.project 'create-fabric'
required.project 'architectury-api'
required.project 'supermartijn642s-config-lib'
required.project 'cloth-config'
optional.project 'modmenu'
}
}
2 changes: 1 addition & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ modrinth {
dependencies {
required.project 'create'
required.project 'architectury-api'
required.project 'supermartijn642s-config-lib'
required.project 'cloth-config'
}
}

0 comments on commit 9979893

Please sign in to comment.