diff --git a/index.toml b/index.toml index 8f5f6bf..f5c7795 100644 --- a/index.toml +++ b/index.toml @@ -40,6 +40,11 @@ file = "mods/display-delight.pw.toml" hash = "b98da9b6d2e9d39609b3d865be9b2ca1264ac8a39222d21d882d232a414d5fb2" metafile = true +[[files]] +file = "mods/dynamic-torches.pw.toml" +hash = "2ff61f12752e289ba99d7786ede62d3fd5e528665222efef2a44b741d7ee651c" +metafile = true + [[files]] file = "mods/fallingtree.pw.toml" hash = "9f6dcd9dd7ba6ec3300d32aa295825e7af4505a6ffdaae52df8105dd2a808e79" diff --git a/mods/dynamic-torches.pw.toml b/mods/dynamic-torches.pw.toml new file mode 100644 index 0000000..b009262 --- /dev/null +++ b/mods/dynamic-torches.pw.toml @@ -0,0 +1,13 @@ +name = "Dynamic Lights" +filename = "dynamic-torches-5.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/AK1n0IqM/versions/EP4Vd474/dynamic-torches-5.1.jar" +hash-format = "sha512" +hash = "e6aa25bc1d73921fdb3812d41da0f5a6664575bdf50d849e93abc9314993f7c3965dc69f4558815370d1858b0f54c64a32806667aef55cdebbd012c87d3fa4a2" + +[update] +[update.modrinth] +mod-id = "AK1n0IqM" +version = "EP4Vd474" diff --git a/pack.toml b/pack.toml index 7de8648..60b3ffc 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "459241107a49f1d1fbf341bacacd411c7d515a4ab9982c74216e269fe143f8d8" +hash = "2a8302cc89986dbc7a972cf25831043928a9f98844aa3d93b055af3a91c89a05" [versions] minecraft = "1.21.1"