diff --git a/index.toml b/index.toml index 8f5f6bf..3d39b67 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-lights.pw.toml" +hash = "e93239302d3fb067ae5c53aabf551550430b11f04fd3a8a8d23c74d1d554fd2f" +metafile = true + [[files]] file = "mods/fallingtree.pw.toml" hash = "9f6dcd9dd7ba6ec3300d32aa295825e7af4505a6ffdaae52df8105dd2a808e79" diff --git a/mods/dynamic-lights.pw.toml b/mods/dynamic-lights.pw.toml new file mode 100644 index 0000000..05b2bdf --- /dev/null +++ b/mods/dynamic-lights.pw.toml @@ -0,0 +1,13 @@ +name = "Dynamic Lights" +filename = "dynamiclights-v1.8.5-mc1.17x-1.21x-mod.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/7YjclEGc/versions/quKEFE06/dynamiclights-v1.8.5-mc1.17x-1.21x-mod.jar" +hash-format = "sha512" +hash = "4d24e92aa16b05b02e5ce6b706fc50905ab97c83ac7c24da6eb23faa1b37141354e6f64f940a060dbcddfbbec086047fa14289b8b43613b28ff70783fabe73a4" + +[update] +[update.modrinth] +mod-id = "7YjclEGc" +version = "quKEFE06" diff --git a/pack.toml b/pack.toml index 7de8648..9e0505f 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 = "3f43923ea1d2441680c97978cd79970c38533d2f71ad73828152ea1a08e9e665" [versions] minecraft = "1.21.1"