autoupdater mods and a few new mods to test 2
This commit is contained in:
parent
af680b01e4
commit
75fba78f0a
10
index.toml
10
index.toml
|
@ -151,6 +151,11 @@ file = "mods/immersive-portals-mod.pw.toml"
|
||||||
hash = "0b11dfde00145bc35955a4a43ad5b1c649b20dee2a95c8138fc9fe1a0c9c71d9"
|
hash = "0b11dfde00145bc35955a4a43ad5b1c649b20dee2a95c8138fc9fe1a0c9c71d9"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/krypton.pw.toml"
|
||||||
|
hash = "a4a9b9adba2d1ba9f3be438a1b304d293b02034c9217496ed7deafb91bcbf4ee"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/lithium.pw.toml"
|
file = "mods/lithium.pw.toml"
|
||||||
hash = "f1e11c6d565cc8b8c6962cde70820e8d3f3b9abad851ef4ddf5f467dc1e272da"
|
hash = "f1e11c6d565cc8b8c6962cde70820e8d3f3b9abad851ef4ddf5f467dc1e272da"
|
||||||
|
@ -180,6 +185,11 @@ file = "mods/servercore.pw.toml"
|
||||||
hash = "04d27de146b8f315668b9fe23ffdfd768c8ade8b6a1c8a9fa5831c23d35e8ca3"
|
hash = "04d27de146b8f315668b9fe23ffdfd768c8ade8b6a1c8a9fa5831c23d35e8ca3"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/starlight.pw.toml"
|
||||||
|
hash = "81dcaf6471b39e60612f29988aa57c21fcf02c50df1c4a4634ffd61ae24d007b"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/worldedit.pw.toml"
|
file = "mods/worldedit.pw.toml"
|
||||||
hash = "02fbb3c0145651abe117d6e2ceae75e84021bb07f65f2d67bdd426e3300be17f"
|
hash = "02fbb3c0145651abe117d6e2ceae75e84021bb07f65f2d67bdd426e3300be17f"
|
||||||
|
|
13
mods/krypton.pw.toml
Normal file
13
mods/krypton.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Krypton"
|
||||||
|
filename = "krypton-0.2.6.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "fc237a3cdf7cff71e222db8e14fa6d4546e2d000"
|
||||||
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.curseforge]
|
||||||
|
file-id = 5000690
|
||||||
|
project-id = 428912
|
13
mods/starlight.pw.toml
Normal file
13
mods/starlight.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Starlight (Fabric)"
|
||||||
|
filename = "starlight-1.1.3+fabric.f5dcd1a.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "6c1dfb43aa2873ecf474b3278d42348457fbca0f"
|
||||||
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.curseforge]
|
||||||
|
file-id = 4947005
|
||||||
|
project-id = 521783
|
|
@ -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 = "13b11dc9afd4d5872ba51b0e4259bc2eb3a7f3ac97e02c149a0d33e4ca5cba2b"
|
hash = "9629cb58101786b6cf3b9bd47a9019255979a012f16b707ef8b883284fd89742"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.16.9"
|
fabric = "0.16.9"
|
||||||
|
|
Loading…
Reference in a new issue