Skip to content

Commit

Permalink
Merge pull request #3 from Crispy-Monke-eSports/1.20.6
Browse files Browse the repository at this point in the history
Update to 1.20.6
  • Loading branch information
Bjorkan authored May 16, 2024
2 parents 016a412 + d38b887 commit 2f9781a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/optimize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # A non-shallow repository clone is required
- name: Run PackSquash
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # A non-shallow repository clone is required
- name: Run PackSquash
Expand All @@ -28,7 +28,7 @@ jobs:
needs: build
steps:
- name: Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Optimized pack
- name: Test artifact download
Expand All @@ -49,9 +49,9 @@ jobs:
files: MustacheStorage${{ github.event.release.tag_name }}.zip

game-versions: |
1.20.3
1.20.4
>=1.13
game-version-filter: releases
loaders: minecraft

dependencies: faithful(optional){modrinth:w0TnApzs}{curseforge:436482}
6 changes: 3 additions & 3 deletions MustacheStorage/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"pack": {
"pack_format": 22,
"pack_format": 41,
"description": "Adds mustaches to certain storage blocks. Based on Faithful 32x32",
"supported_formats": {
"min_inclusive": 5,
"max_inclusive": 22
"min_inclusive": 4,
"max_inclusive": 41
}
}
}

0 comments on commit 2f9781a

Please sign in to comment.