Skip to content

Commit

Permalink
correct fabric cloth config slug
Browse files Browse the repository at this point in the history
  • Loading branch information
PssbleTrngle committed Mar 5, 2022
1 parent aae5886 commit e99422c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Test

on:
workflow_dispatch:
push:
paths:
- fabric/**
- forge/**
- common/**
# push:
# paths:
# - fabric/**
# - forge/**
# - common/**

jobs:

Expand Down
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ if (ENV.CURSEFORGE_TOKEN) curseforge {

relations {
requiredDependency 'architectury-fabric'
requiredDependency 'cloth-config-fabric'
requiredDependency 'cloth-config'
}
}
}

0 comments on commit e99422c

Please sign in to comment.