diff --git a/index.toml b/index.toml index fbfbfa4d..2fe17697 100644 --- a/index.toml +++ b/index.toml @@ -270,6 +270,11 @@ file = "mods/extended-drawers.pw.toml" hash = "06859e85abd86899e44b38c090d53f5804550aca2a23924fbb6bb1867d0b859a" metafile = true +[[files]] +file = "mods/fabric-api.pw.toml" +hash = "86698b1faa9bf449eab492509239372302311092104be467108d7e05127e91f1" +metafile = true + [[files]] file = "mods/fabric-language-kotlin.pw.toml" hash = "14e87ff6253d2bd02697e46b4a9b5060465d72b71663def5236f829e30bac6d6" @@ -375,6 +380,11 @@ file = "mods/natures-compass.pw.toml" hash = "cb38b82b931ae3c33bf9c21ad0934fcebaebcfe065838ade56a0661e283ee7d6" metafile = true +[[files]] +file = "mods/night-auto-config.pw.toml" +hash = "b314333b464ab56c95ef1685fca85f8031b68bc6cc151a9a881488d6f0b1c1a6" +metafile = true + [[files]] file = "mods/no-unused-chunks.pw.toml" hash = "ad937f7053faacc0d9e84ee3df60e537a380c7d528ca545d6412fd478ae5aa78" diff --git a/mods/fabric-api.pw.toml b/mods/fabric-api.pw.toml new file mode 100644 index 00000000..5831ed89 --- /dev/null +++ b/mods/fabric-api.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric API" +filename = "fabric-api-0.92.2+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/P7uGFii0/fabric-api-0.92.2%2B1.20.1.jar" +hash-format = "sha1" +hash = "625ee015ee426d9b677382a7bb661383d89c0807" + +[update] +[update.modrinth] +mod-id = "P7dR8mSH" +version = "P7uGFii0" diff --git a/mods/night-auto-config.pw.toml b/mods/night-auto-config.pw.toml new file mode 100644 index 00000000..a7ba502e --- /dev/null +++ b/mods/night-auto-config.pw.toml @@ -0,0 +1,13 @@ +name = "Night Auto Config" +filename = "nightautoconfig-1.0.3-fabric1.20.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/HQpcCFZg/versions/cVIqoZ4o/nightautoconfig-1.0.3-fabric1.20.jar" +hash-format = "sha1" +hash = "915675c5d31ae6407709df8d99af94b76a7f3fb9" + +[update] +[update.modrinth] +mod-id = "HQpcCFZg" +version = "cVIqoZ4o" diff --git a/pack.toml b/pack.toml index fb36da3d..315e5629 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 = "fe902bff53c92426161b5988ffd50589c164fdd5f30a792d2b9808cfc401d5b5" +hash = "05955a143dac6c20fe985de800e0042946c5f862c79affc6b77904d10d44ea91" [versions] fabric = "0.15.11"