Skip to content

Commit

Permalink
fix: remove item-filters as a required CF dependency (forge & fabric)
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Dec 6, 2023
1 parent b1c86de commit bb042dd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ if (ENV.CURSEFORGE_KEY) {
requiredDependency 'fabric-api'
requiredDependency 'ftb-library-fabric'
requiredDependency 'ftb-teams-fabric'
requiredDependency 'item-filters'
optionalDependency 'ftb-xmod-compat'
}
changelog = ENV.CHANGELOG // expected to exist if ENV.CURSEFORGE_KEY does
Expand Down
1 change: 0 additions & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ if (ENV.CURSEFORGE_KEY) {
requiredDependency 'architectury-api'
requiredDependency 'ftb-library-forge'
requiredDependency 'ftb-teams-forge'
requiredDependency 'item-filters'
optionalDependency 'ftb-xmod-compat'
}
changelog = ENV.CHANGELOG // expected to exist if ENV.CURSEFORGE_KEY does
Expand Down

0 comments on commit bb042dd

Please sign in to comment.