Skip to content

Commit

Permalink
Add no chat reports & backpacks
Browse files Browse the repository at this point in the history
  • Loading branch information
pedorich-n committed Jun 11, 2024
1 parent c99164e commit 4fcbd1d
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{
packwiz-server = packwiz2nixLib.fetchPackwizModpack {
manifest = "${self}/pack.toml";
hash = "sha256-Yc68Oc1dvr303Q+ZF4ta1Lus3B9S+KK7GoTAT4NNRzY=";
hash = "sha256-bDB56kFn+u/EfTYbe0jSRHKuGXYz5Os+eZ+y2ebXkio=";
side = "server";
};

Expand Down
10 changes: 10 additions & 0 deletions index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,11 @@ file = "mods/nether-dungeons.pw.toml"
hash = "972e94424dfabf10c75566e4113a04369c98d0ccc75de228fb89133f814b76e6"
metafile = true

[[files]]
file = "mods/no-chat-reports.pw.toml"
hash = "9a3c80bf6eee8234001d2a1602b3e123ac5706af051902e40f24abe317b86e50"
metafile = true

[[files]]
file = "mods/noisium.pw.toml"
hash = "967412dd78791d3c8ed00470ac9dd9473d0d03fdf78d04a9a004ea79bfcbde70"
Expand Down Expand Up @@ -431,6 +436,11 @@ file = "mods/totw-modded.pw.toml"
hash = "cc4d196949d893071f261e939501ca8c7a79ba8ced3d790ce98d25e4f207bca3"
metafile = true

[[files]]
file = "mods/travelersbackpack.pw.toml"
hash = "0328dcee3fced9edb7fe463b35624381fc94e09f6303a7cb1cdccb26747a130c"
metafile = true

[[files]]
file = "mods/waystones.pw.toml"
hash = "05bf4c054b1346db1696d76ebbbea07fc30668251a3c78905a98b3045df4dbf7"
Expand Down
13 changes: 13 additions & 0 deletions mods/no-chat-reports.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "No Chat Reports"
filename = "NoChatReports-FORGE-1.20.1-v2.2.2.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/ksEG6N5E/NoChatReports-FORGE-1.20.1-v2.2.2.jar"
hash-format = "sha1"
hash = "069396e689ae887d065c8d61b7945e685fbcc65b"

[update]
[update.modrinth]
mod-id = "qQyHxfxd"
version = "ksEG6N5E"
13 changes: 13 additions & 0 deletions mods/travelersbackpack.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Traveler's Backpack"
filename = "travelersbackpack-forge-1.20.1-9.1.14.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/rlloIFEV/versions/peCGwBXB/travelersbackpack-forge-1.20.1-9.1.14.jar"
hash-format = "sha1"
hash = "8fdff0ed61ab1f050f77002838bdd76b2880f4e4"

[update]
[update.modrinth]
mod-id = "rlloIFEV"
version = "peCGwBXB"
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 = "80715656c7a80ec0a41f288807ec86dbfb1978259e10fbfad1f35ba5bd3ed571"
hash = "507562df421cf0cc34a8f593652b336e90f0ad5529b3ab7f0a01c646f0f28237"

[versions]
forge = "47.3.1"
Expand Down

0 comments on commit 4fcbd1d

Please sign in to comment.