add backpack mod

This commit is contained in:
Merith-TK 2022-07-22 18:47:18 -07:00
parent 6ddca36b4d
commit 48a3e7cf7b
4 changed files with 37 additions and 1 deletions

View file

@ -38,6 +38,11 @@ file = "mods/betternether.pw.toml"
hash = "4282b7fa7650440b13dc25a7a3f9433b69f4e2701a95315629a8b1e98e304891" hash = "4282b7fa7650440b13dc25a7a3f9433b69f4e2701a95315629a8b1e98e304891"
metafile = true metafile = true
[[files]]
file = "mods/cardinal-components.pw.toml"
hash = "fb92a9f098e0b0ad7ce8af2d9f046ad8f3ae7179df3a7029423f9ecc27f375aa"
metafile = true
[[files]] [[files]]
file = "mods/cc-restitched.pw.toml" file = "mods/cc-restitched.pw.toml"
hash = "68d97d7c43f28d54f75e4acfdcfc05c3c963739d438892d8d84c68ebc9d181bf" hash = "68d97d7c43f28d54f75e4acfdcfc05c3c963739d438892d8d84c68ebc9d181bf"
@ -193,6 +198,11 @@ file = "mods/thonkutil.pw.toml"
hash = "d227749ef001a75ad588e4f59edf1f4a97e537458bdefb414331c31c0a437d0b" hash = "d227749ef001a75ad588e4f59edf1f4a97e537458bdefb414331c31c0a437d0b"
metafile = true metafile = true
[[files]]
file = "mods/travelers-backpack-fabric.pw.toml"
hash = "73449347a12ec4731aea47a1ce16c97347bcf7abf64dd3a0cd0e5c3ce85019cf"
metafile = true
[[files]] [[files]]
file = "mods/trinkets.pw.toml" file = "mods/trinkets.pw.toml"
hash = "712e87884c53ad1c8891e7ea384318750051684144972ad11a15c44cf327a864" hash = "712e87884c53ad1c8891e7ea384318750051684144972ad11a15c44cf327a864"

View file

@ -0,0 +1,13 @@
name = "Cardinal Components"
filename = "cardinal-components-api-4.2.0.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "0a203703f99d57f4483fcaf03362223670e4440b"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3856670
project-id = 318449

View file

@ -0,0 +1,13 @@
name = "Traveler's Backpack [Fabric]"
filename = "travelers-backpack-1.18.2-7.1.3.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "4f7e621dd2145f8cd995b3b747b33b94873a1b1b"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3884728
project-id = 541171

View file

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "f6ceef05bf8f0ffdff1ac1d5c4afac2714a53e2303b32432b2ee33c6f7cedede" hash = "f9454a3efb0b9f2550d03c5d9cad7397f565cbc7ae3a37e6db3ab08d780daee4"
[versions] [versions]
fabric = "0.14.8" fabric = "0.14.8"