Skip to content

Commit

Permalink
Add Create: Food, Slice and Dice
Browse files Browse the repository at this point in the history
  • Loading branch information
obnyis committed May 28, 2024
1 parent ccadbd1 commit 59c60eb
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 @@ -338,6 +338,11 @@ file = "mods/create-fabric.pw.toml"
hash = "26394151533372bce2229f31c8df7f65e2deb751cc823f317cd30682381acc8f"
metafile = true

[[files]]
file = "mods/create-food.pw.toml"
hash = "d0a64252cb39d4ac6a060fcd882058c95434e80ef82d9b962d00667cc86ea229"
metafile = true

[[files]]
file = "mods/create-jetpack.pw.toml"
hash = "93f8459ef551d239aba91b04529a2fa9bc8fe3630000e1478928e7900b4ae22c"
Expand Down Expand Up @@ -808,6 +813,11 @@ file = "mods/silence-mobs.pw.toml"
hash = "a16135c626cf8f54d674f8c1aef5fb01cb4d7de69d114dbef6701c4a93ba8131"
metafile = true

[[files]]
file = "mods/slice-and-dice.pw.toml"
hash = "7cfd850586a354b0a14b04234dbc5254f80610b69f7ffc1a7e60a63332739cf1"
metafile = true

[[files]]
file = "mods/snow-under-trees-remastered.pw.toml"
hash = "42b10f4576b55accfbc3264e9ff10021a891d8437f3128f7711a057702672064"
Expand Down
13 changes: 13 additions & 0 deletions mods/create-food.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Create: Food"
filename = "create-food-1.0.6-fabric.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/4HnO3el1/versions/Ns7xmH6H/create-food-1.0.6-fabric.jar"
hash-format = "sha1"
hash = "6446e85ef1ad58283c2c0250a871efa0cae48552"

[update]
[update.modrinth]
mod-id = "4HnO3el1"
version = "Ns7xmH6H"
13 changes: 13 additions & 0 deletions mods/slice-and-dice.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Create Slice & Dice"
filename = "sliceanddice-fabric-3.2.1.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/GmjmRQ0A/versions/fIWeey09/sliceanddice-fabric-3.2.1.jar"
hash-format = "sha1"
hash = "fbaa811244806239526b44dd313ffdf30b11bc7e"

[update]
[update.modrinth]
mod-id = "GmjmRQ0A"
version = "fIWeey09"
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 = "e63de19d356b188812078d9891446c02f9ddd5975da10e4d3e8a0a2c96d867b0"
hash = "f539bd20ea6fe0ec88ba9e6ac2ae77aceb15662db7c077275d6b8e2c5667b34b"

[versions]
fabric = "0.15.7"
Expand Down

0 comments on commit 59c60eb

Please sign in to comment.