Skip to content

Commit

Permalink
Add cut through
Browse files Browse the repository at this point in the history
  • Loading branch information
jadelily18 committed Jul 12, 2024
1 parent 92e7f72 commit 0a5998b
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 1 deletion.
10 changes: 10 additions & 0 deletions index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,11 @@ file = "mods/customhud.pw.toml"
hash = "287edc5062d0f2683b131340950a59764b570d55cfe0e97596ff35a4f67b8ee3"
metafile = true

[[files]]
file = "mods/cut-through.pw.toml"
hash = "e519048f1be3e12f717e5f812b0c407d01f1c178951468638581af2d19f6c689"
metafile = true

[[files]]
file = "mods/dataloader.pw.toml"
hash = "60172c258cc9297e51f7712ff68da42b3f690f59cfb243a4131437d3f75f9c3a"
Expand Down Expand Up @@ -809,6 +814,11 @@ file = "mods/puzzle.pw.toml"
hash = "a6e087aa1beacb72cbfd77e442c78329b8a3c8af71cd3833078ff4cc7186d64f"
metafile = true

[[files]]
file = "mods/puzzles-lib.pw.toml"
hash = "82180c5afb4bafeee1b8296b51d71fa59400368683d85433a11725739a3d85df"
metafile = true

[[files]]
file = "mods/rechiseled-create.pw.toml"
hash = "41f18dab192c79a4f4ec38422b38c3d6198ebae71abab86cfbf305a1d008c051"
Expand Down
13 changes: 13 additions & 0 deletions mods/cut-through.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Cut Through"
filename = "CutThrough-v8.0.2-1.20.1-Fabric.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/Dk6su9JN/versions/UdH7Njsc/CutThrough-v8.0.2-1.20.1-Fabric.jar"
hash-format = "sha1"
hash = "c8072e79637d94f96d26dbeb67357f9420957c6c"

[update]
[update.modrinth]
mod-id = "Dk6su9JN"
version = "UdH7Njsc"
13 changes: 13 additions & 0 deletions mods/puzzles-lib.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Puzzles Lib"
filename = "PuzzlesLib-v8.1.21-1.20.1-Fabric.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/QAGBst4M/versions/xjQF8bha/PuzzlesLib-v8.1.21-1.20.1-Fabric.jar"
hash-format = "sha1"
hash = "1e3782d36fbf569d1505b7763a6d416bcc101847"

[update]
[update.modrinth]
mod-id = "QAGBst4M"
version = "xjQF8bha"
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 = "212a057bec6e7c8a2c49ecca103d05059adb8c82288cdc75d3ae8bbc559b0fb8"
hash = "8e5e0fd94ab660e5b5d7121fc2291059a782b426e5465fef5ffee0c146e16b98"

[versions]
fabric = "0.15.11"
Expand Down

0 comments on commit 0a5998b

Please sign in to comment.