-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
80 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Disable Git line ending conversion, to prevent packwiz index hashes changing when committing from Windows | ||
* -text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
name: Build with Packwiz | ||
|
||
on: | ||
push: | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Install nix | ||
uses: cachix/install-nix-action@v22 | ||
|
||
- name: Build Modrinth Modpack | ||
run: | | ||
nix develop --command packwiz modrinth export | ||
shell: bash | ||
|
||
- name: Build CurseForge Modpack | ||
run: | | ||
nix develop --command packwiz curseforge export | ||
shell: bash | ||
|
||
- uses: actions/upload-artifact@v4 | ||
with: | ||
name: Modrinth Pack | ||
path: | | ||
*.mrpack | ||
- uses: actions/upload-artifact@v4 | ||
with: | ||
name: CurseForge Pack | ||
path: | | ||
*.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,3 +34,6 @@ panorama.dat | |
icon.png | ||
usernamecache.json | ||
usercache.json | ||
|
||
# Workspace | ||
.idea/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Workspace | ||
.github/ | ||
.idea/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
hash-format = "sha256" | ||
|
||
[[files]] | ||
file = "config/simple-rpc/server-entries.toml" | ||
hash = "8df93f32e1e331a11a5119038d148ee4fd4e2b8bb748242815eb4203398fc2a1" | ||
|
||
[[files]] | ||
file = "config/simple-rpc/simple-rpc.toml" | ||
hash = "dd2d90432f7449abccac3369a92a91553fbe00a6f1ed5e5a77a3da5e87a3f2ca" | ||
|
||
[[files]] | ||
file = "mods/serverpacklocator.jar" | ||
hash = "a1ead3d00a8affce33f12c55f0cb354b988b5c4a34858fb3e7956d13e6a80ebe" | ||
|
||
[[files]] | ||
file = "options.txt" | ||
hash = "2ea7f0ac940c148cf93c362f009fc96ce7eae33914127c10d123b91a24b18dec" | ||
|
||
[[files]] | ||
file = "servermods/serverpacklocator.toml" | ||
hash = "7b12a9835c3ddabf77938bab979c076a657c39f9eefbcbb1d3bc641674c88c5e" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
name = "Love Tropics 2024" | ||
author = "The Love Tropics Team" | ||
version = "1.0.0" | ||
pack-format = "packwiz:1.1.0" | ||
|
||
[index] | ||
file = "index.toml" | ||
hash-format = "sha256" | ||
hash = "fc612a0e7bd24e1402b190d56d4b434f87d012724ecb0e295ecc1ca4816d29fc" | ||
|
||
[versions] | ||
minecraft = "1.21.1" | ||
neoforge = "21.1.77" |