Add Litematica, Tweakeroo, and MiniHUD

This commit is contained in:
NullBite 2023-11-03 22:48:34 -04:00
parent e5e12b96dc
commit 497a197461
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A
6 changed files with 73 additions and 1 deletions

View File

@ -291,16 +291,31 @@ file = "mods/lilac.pw.toml"
hash = "40da6c11ac0a856fb0fa5688bf7df6538bba3cb0c0258b6611ce56fb8a0f0f69" hash = "40da6c11ac0a856fb0fa5688bf7df6538bba3cb0c0258b6611ce56fb8a0f0f69"
metafile = true metafile = true
[[files]]
file = "mods/litematica.pw.toml"
hash = "87a313a3e048b2dffb8d501e4cb4afd275f263d8b0fbcdeb6f55d7d0efbdef8f"
metafile = true
[[files]] [[files]]
file = "mods/lithium.pw.toml" file = "mods/lithium.pw.toml"
hash = "c239c951796882b9c93e649a0dba4f2d95804441faaed707b686381b7a5c67da" hash = "c239c951796882b9c93e649a0dba4f2d95804441faaed707b686381b7a5c67da"
metafile = true metafile = true
[[files]]
file = "mods/malilib.pw.toml"
hash = "1acd996072e196d8bf814766bcbd074c726d8ed95d0be773ce2ce04ca2d60e95"
metafile = true
[[files]] [[files]]
file = "mods/midnightcontrols.pw.toml" file = "mods/midnightcontrols.pw.toml"
hash = "5f6bbdeff1476501410b0e6f304a3d37183d9774bd1b182c20ffd186bb140ba2" hash = "5f6bbdeff1476501410b0e6f304a3d37183d9774bd1b182c20ffd186bb140ba2"
metafile = true metafile = true
[[files]]
file = "mods/minihud.pw.toml"
hash = "1bdf87c5dd44a752e0fa20ba3b42eb2671d3271c20da595115ae9b7ca63b1ada"
metafile = true
[[files]] [[files]]
file = "mods/mixintrace.pw.toml" file = "mods/mixintrace.pw.toml"
hash = "b89656eaf7e4404d8d2c5b1e1155aae85a839939f83cab6d1b5e791412ad5f86" hash = "b89656eaf7e4404d8d2c5b1e1155aae85a839939f83cab6d1b5e791412ad5f86"
@ -396,6 +411,11 @@ file = "mods/starlight.pw.toml"
hash = "218f67d6bcaae849582618cd3e5eb1d4cac0fd6045115f64340620300e160c11" hash = "218f67d6bcaae849582618cd3e5eb1d4cac0fd6045115f64340620300e160c11"
metafile = true metafile = true
[[files]]
file = "mods/tweakeroo.pw.toml"
hash = "75b8ac35dee78b95e98d995a1d22e2b122e39425b2ab8838334b8cac849ca0f4"
metafile = true
[[files]] [[files]]
file = "mods/where-is-it.pw.toml" file = "mods/where-is-it.pw.toml"
hash = "c19f0bf43ceb5415585dcec715a63d1430b563067e33cf9194850d18d5bf7265" hash = "c19f0bf43ceb5415585dcec715a63d1430b563067e33cf9194850d18d5bf7265"

13
mods/litematica.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Litematica"
filename = "litematica-fabric-1.20.1-0.15.3.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "427b04faee05fab436c52c3618e8e391a010b648"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4626718
project-id = 308892

13
mods/malilib.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "MaLiLib"
filename = "malilib-fabric-1.20.1-0.16.2.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "e68382cb8065919026b47090491bab92be13ee78"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4723020
project-id = 303119

13
mods/minihud.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "MiniHUD"
filename = "minihud-fabric-1.20.1-0.27.0.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "ab371c460a00cb18bfe41c49e5645dfe0e133d65"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4593082
project-id = 244260

13
mods/tweakeroo.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Tweakeroo"
filename = "tweakeroo-fabric-1.20.1-0.17.1.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "2a18f5905f9e10c6a3b45388b4401ec135b3b3cf"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4623488
project-id = 297344

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 = "36a5c68658c1937faa2045cdd44a691957d795119321495f8349678a07b157b2" hash = "09cdd6116949017cb42c2fa208f345acd5300fd1caa028b822e3204e14653bea"
[versions] [versions]
minecraft = "1.20.1" minecraft = "1.20.1"