Skip to content

Commit

Permalink
Update workflows and fix pack.mcmeta on neoforge
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish committed Nov 1, 2023
1 parent b612326 commit 7486251
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
path: |
.gradle/quilt-loom-cache
.gradle/loom-cache
**/.gradle/caches
**/.gradle/repositories
**/build/neoForm
key: ${{ runner.os }}-gradle-${{ hashFiles('**/libs.versions.*', '**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: ${{ runner.os }}-gradle-
- uses: gradle/gradle-build-action@v2
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
path: |
.gradle/quilt-loom-cache
.gradle/loom-cache
**/.gradle/caches
**/.gradle/repositories
**/build/neoForm
key: ${{ runner.os }}-gradle-${{ hashFiles('**/libs.versions.*', '**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: ${{ runner.os }}-gradle-
- uses: gradle/gradle-build-action@v2
Expand Down
4 changes: 1 addition & 3 deletions NeoForge/src/main/resources/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"pack": {
"description": "Default Resources",
"pack_format": 15,
"forge:resource_pack_format": 15,
"forge:data_pack_format": 15
"pack_format": 15
}
}

0 comments on commit 7486251

Please sign in to comment.