Skip to content

Commit

Permalink
fix: resolve index hash sum and ignore extra files
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Jan 17, 2024
1 parent 765a635 commit ba4f9e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .packwizignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ docs/
overlay/

*.jar
*.sha256

packwiz.json
Makefile
Expand All @@ -13,3 +14,4 @@ LICENSE
.dockerignore
.envrc
.github
.releaserc
2 changes: 1 addition & 1 deletion pack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "9ca6f7726fc5ce313cf4c85d14074859a3cf72b746693e2beb396267b7769147"
hash = "408c760313fcb3d0e2d8a4e8c6390a2b4b4748841aed666d4e9e951e04b76146"

[versions]
minecraft = "1.20.1"
Expand Down

0 comments on commit ba4f9e3

Please sign in to comment.