createplus, trinkets, and scout

This commit is contained in:
Penny 2022-07-22 12:36:36 -05:00
parent a8ed414cfb
commit e1de961a7f
5 changed files with 55 additions and 1 deletions

View file

@ -84,6 +84,11 @@ file = "mods/createaddition.pw.toml"
hash = "271947f1dc13dd6e08b7497d252bfefa0a7271cbac333896f03d74c226f35e1b" hash = "271947f1dc13dd6e08b7497d252bfefa0a7271cbac333896f03d74c226f35e1b"
metafile = true metafile = true
[[files]]
file = "mods/createplus.pw.toml"
hash = "8a4802536ab925162bb3e343137d56d0958453f559a38515ff686f49446e81db"
metafile = true
[[files]] [[files]]
file = "mods/cull-less-leaves.pw.toml" file = "mods/cull-less-leaves.pw.toml"
hash = "119967d6984daefc2dda4e34e9f2fd3edb4ee48abb3edf8ce8edd460e6e680be" hash = "119967d6984daefc2dda4e34e9f2fd3edb4ee48abb3edf8ce8edd460e6e680be"
@ -274,6 +279,11 @@ file = "mods/reeses-sodium-options.pw.toml"
hash = "7612fb1157e2d89637ee4881edc7e51de522c567abbda02b86990d49c17f9a9c" hash = "7612fb1157e2d89637ee4881edc7e51de522c567abbda02b86990d49c17f9a9c"
metafile = true metafile = true
[[files]]
file = "mods/scout.pw.toml"
hash = "0d77ee9748eb7cf66b0c8cea8e500c54597deb9e885eac0d3d260aa9612a79d1"
metafile = true
[[files]] [[files]]
file = "mods/sky.pw.toml" file = "mods/sky.pw.toml"
hash = "ebb1c581de39cc2bc2741de70a99563b2a79daa1526ea9476be1e185e584b51d" hash = "ebb1c581de39cc2bc2741de70a99563b2a79daa1526ea9476be1e185e584b51d"
@ -309,6 +319,11 @@ file = "mods/terra.pw.toml"
hash = "d3df5f333ab62716ee0418ad9654a3bead43f69ccf26dfbcda81d1ab3e6d5606" hash = "d3df5f333ab62716ee0418ad9654a3bead43f69ccf26dfbcda81d1ab3e6d5606"
metafile = true metafile = true
[[files]]
file = "mods/trinkets.pw.toml"
hash = "712e87884c53ad1c8891e7ea384318750051684144972ad11a15c44cf327a864"
metafile = true
[[files]] [[files]]
file = "mods/yosbr.pw.toml" file = "mods/yosbr.pw.toml"
hash = "003dee7fef878abc298c3c6589b7b21e8922def090c9cf8259ae8c6aacc0946f" hash = "003dee7fef878abc298c3c6589b7b21e8922def090c9cf8259ae8c6aacc0946f"

13
mods/createplus.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "CreatePlus"
filename = "createplus-1.0.0-beta4.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "199a839806d471ff5b44e65b084998e10ec176ef"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3793504
project-id = 623941

13
mods/scout.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Scout"
filename = "scout-1.18.2-1.0.1.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "89b916300c78eb358def56f057138422ff273a23"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3845961
project-id = 631922

13
mods/trinkets.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Trinkets (Fabric)"
filename = "trinkets-3.3.1.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "1f6784a63d0c4cfe6caacf7b7a93ddd9f0b4e491"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3786685
project-id = 341284

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 = "ddc3da0e7ad8c5e423a294a92cb51da592f9824602f8530eef89bf6a51c2c269" hash = "4185d1e26a000171c030d15bedb7a8827f7440e9bbaf01b131d48b5629c7e6ae"
[versions] [versions]
fabric = "0.14.8" fabric = "0.14.8"