From aefc1d7bcce6f0ba4b9e3cc67f7108ba0d5ad234 Mon Sep 17 00:00:00 2001 From: Ashley Graves Date: Sat, 27 Jul 2024 01:08:04 +0200 Subject: [PATCH] lantern --- index.toml | 10 ++++++++++ mods/equipable-lanterns.pw.toml | 13 +++++++++++++ mods/radiant-gear.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 mods/equipable-lanterns.pw.toml create mode 100644 mods/radiant-gear.pw.toml diff --git a/index.toml b/index.toml index 0cb571b..1aac41b 100644 --- a/index.toml +++ b/index.toml @@ -403,6 +403,11 @@ file = "mods/epic-dungeons-a-roguelike-minecraft.pw.toml" hash = "47085aaddb7a2cf3059771bac481b984b2c1178899138f5b47baa3f8a1b906d5" metafile = true +[[files]] +file = "mods/equipable-lanterns.pw.toml" +hash = "e4e4a5ae4406a0640e817f03da68213aa3abe277d508a0257e574013918c65e2" +metafile = true + [[files]] file = "mods/estrogen.pw.toml" hash = "a9b789c9b5c48b1945604106715bb0ecbd49b56e369e7ce9e3850bd9fae3a79c" @@ -508,6 +513,11 @@ file = "mods/puzzles-lib.pw.toml" hash = "df6855780c99e840abb3d0206e6b77d041d11bce024e0c5a0d6b6c89326c1612" metafile = true +[[files]] +file = "mods/radiant-gear.pw.toml" +hash = "22f5df846eda08fff13732a29450e2e583f7c3336df7a3eaf1d7af3b629cc6d2" +metafile = true + [[files]] file = "mods/resourceful-lib.pw.toml" hash = "39176c9623977413b52a35c733b35790c1157a231cf2e4e638a4a936a50279aa" diff --git a/mods/equipable-lanterns.pw.toml b/mods/equipable-lanterns.pw.toml new file mode 100644 index 0000000..14318d6 --- /dev/null +++ b/mods/equipable-lanterns.pw.toml @@ -0,0 +1,13 @@ +name = "Equipable Lanterns" +filename = "equipablelanterns-1.0.0-forge-1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/NJh9Fo13/versions/4yIWAg5r/equipablelanterns-1.0.0-forge-1.20.1.jar" +hash-format = "sha1" +hash = "026f05b25729d9dc8f59070f212fbecf99baa95c" + +[update] +[update.modrinth] +mod-id = "NJh9Fo13" +version = "4yIWAg5r" diff --git a/mods/radiant-gear.pw.toml b/mods/radiant-gear.pw.toml new file mode 100644 index 0000000..545c8c1 --- /dev/null +++ b/mods/radiant-gear.pw.toml @@ -0,0 +1,13 @@ +name = "Radiant Gear" +filename = "radiantgear-forge-2.1.5+1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/AtT9wm5O/versions/97i06Z6R/radiantgear-forge-2.1.5%2B1.20.1.jar" +hash-format = "sha1" +hash = "97524902ec80b21bee94ba6f88a3503360637264" + +[update] +[update.modrinth] +mod-id = "AtT9wm5O" +version = "97i06Z6R" diff --git a/pack.toml b/pack.toml index 6e09f9f..55060b4 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "dbd0ddbae391fdc69ab5de5200bfcc0ce354a56067e9ce752b1cbc9494f3036b" +hash = "d6ab3c008694e2d9c5e021d6963374fde14aa1b83a1c5c424ea6125b5d104d7f" [versions] forge = "47.3.0"