Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/build changes #21

Open
wants to merge 5 commits into
base: v4
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
contents: write

env:
target-name: hackpack
target-name: hackpackv4

jobs:
build-artifacts:
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
files-primary: "${{ env.target-name }}.mrpack"
files-extra: "${{ env.target-name }}.packwiz.zip"
version-type: ${{ ((contains(github.ref, '-rc.')) && 'beta') || 'release' }}
game-versions: 1.18.2
game-versions: 1.19.4

- name: Create Github Release
id: github-release
Expand Down
1 change: 1 addition & 0 deletions index.toml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
hash-format = "sha256"
files = []
8 changes: 5 additions & 3 deletions pack.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
name = "Hack Pack v4"
author = "The Hack Club Community"
version = "1.0.0"
version = "dev"
pack-format = "packwiz:1.1.0"

[index]
file = "index.toml"
hash-format = "sha256"
hash = "9f219973ac98f8d24784e5475cb9bcbce7cd803a30415fb630e0f9b509f09efa"

[versions]
forge = "45.0.0"
forge = "45.2.8"
minecraft = "1.19.4"

[options]
no-internal-hashes = true