diff --git a/.minecraft/index.toml b/.minecraft/index.toml index 36e631b..24fa5bd 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -308,6 +308,11 @@ file = "mods/questbind.pw.toml" hash = "0db9de62fbf6377aaa746b6b2cb62860ec36e8a716d715d0d0cd82edd2488833" metafile = true +[[files]] +file = "mods/radiant-gear.pw.toml" +hash = "7eae70ce9d8985f5253b576c74c6f1c341cf2e3292df26a47e47801df5d6e687" +metafile = true + [[files]] file = "mods/raised.pw.toml" hash = "0a9528a9eefb844f3ba9f7663f4b2efdceb8e6f2730039d91613c6368f3190f3" @@ -333,6 +338,11 @@ file = "mods/scribble.pw.toml" hash = "fee68cd6364039d9eca94c1451ae165b41df6579122682d8a97d70ed08c6b0f3" metafile = true +[[files]] +file = "mods/simple-belt-lanterns.pw.toml" +hash = "15a808dcac3a064074b22bde2ddf939883cb754cfce97abe5628b75078b15bdc" +metafile = true + [[files]] file = "mods/simple-menu.pw.toml" hash = "5c7d82478607ca14645e77b2806a5a6263f93a922d7327f1b80c22186243ed85" diff --git a/.minecraft/mods/radiant-gear.pw.toml b/.minecraft/mods/radiant-gear.pw.toml new file mode 100644 index 0000000..fab21c5 --- /dev/null +++ b/.minecraft/mods/radiant-gear.pw.toml @@ -0,0 +1,13 @@ +name = "Radiant Gear" +filename = "radiantgear-fabric-2.1.6+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/AtT9wm5O/versions/2u5N40JW/radiantgear-fabric-2.1.6%2B1.20.1.jar" +hash-format = "sha512" +hash = "051a26d883f7d713037e34003c6b9cb4a63da3517074df0352b77c52b5b20e37270f295ca1a7a2051703007229c7169420f32c571d6b1b6d46992f2352b441c2" + +[update] +[update.modrinth] +mod-id = "AtT9wm5O" +version = "2u5N40JW" diff --git a/.minecraft/mods/simple-belt-lanterns.pw.toml b/.minecraft/mods/simple-belt-lanterns.pw.toml new file mode 100644 index 0000000..379589d --- /dev/null +++ b/.minecraft/mods/simple-belt-lanterns.pw.toml @@ -0,0 +1,13 @@ +name = "Simple Belt Lanterns" +filename = "bug_beltlanterns-1.0.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/QgFr5VFQ/versions/ClGHETPJ/bug_beltlanterns-1.0.2.jar" +hash-format = "sha512" +hash = "9d2b695e7bc3b229ab59d72403a646cc48a00159883880f5f7197373f1dd39c8a4802d333dc2bc7a1932d72e1eff7aa1c8c91e9fddf3bd57e616eb8c1c6a952b" + +[update] +[update.modrinth] +mod-id = "QgFr5VFQ" +version = "ClGHETPJ" diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index e8c2962..a3bfb0b 100644 --- a/.minecraft/pack.toml +++ b/.minecraft/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "154121dc35c23cbbf6240d8635f08eb51afe2ee5129827932b0a7a19331eb802" +hash = "3bb967706b5bc5a53a301b0244742fdcdc101940a301377df5a24bce03cc65c0" [versions] fabric = "0.16.10"