diff --git a/index.toml b/index.toml index 78cac3d..55fc593 100644 --- a/index.toml +++ b/index.toml @@ -69,6 +69,11 @@ file = "mods/balm.pw.toml" hash = "22f47db1058d619e0ed6c6531eac43dd9b504addff8a2f1fc8ba2d4856a2feba" metafile = true +[[files]] +file = "mods/basic-nether-ores.pw.toml" +hash = "225413bf6a29223dd3c9bef519f627c5bac75d01b6ebf333d614a2126593f711" +metafile = true + [[files]] file = "mods/better-advancements.pw.toml" hash = "6d5097ecaf832199d5a8eb0d28bf7869134b54f93fd0999b7bdfe0129716c720" @@ -154,6 +159,11 @@ file = "mods/construction-wand.pw.toml" hash = "ea50ffe105662eb20c7cdcad6c4a2f5643813716391649f2e134db94a6bb2e31" metafile = true +[[files]] +file = "mods/controlling.pw.toml" +hash = "a94bec93c6e2f350d4bfd94d6f557fca51ef4358aa4a714e87816243537a6623" +metafile = true + [[files]] file = "mods/cooking-for-blockheads.pw.toml" hash = "2903d8b4bd76e49005ca60a3e90b57b864dea723bf715ccc535e065fb24b1327" diff --git a/mods/basic-nether-ores.pw.toml b/mods/basic-nether-ores.pw.toml new file mode 100644 index 0000000..0c0d822 --- /dev/null +++ b/mods/basic-nether-ores.pw.toml @@ -0,0 +1,13 @@ +name = "Basic Nether Ores [Forge/Fabric]" +filename = "BasicNetherOres-1.19.2-8.2.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1412f9dbc5f728cda60f8f1206dac3c85df57a7b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3940673 +project-id = 289647 diff --git a/mods/controlling.pw.toml b/mods/controlling.pw.toml new file mode 100644 index 0000000..157c99c --- /dev/null +++ b/mods/controlling.pw.toml @@ -0,0 +1,13 @@ +name = "Controlling" +filename = "Controlling-forge-1.19.2-10.0+7.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d4f0dd0adc62ef695fbf52df5ad92e9c888082a0" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4050343 +project-id = 250398 diff --git a/pack.toml b/pack.toml index 7e2daf5..fcbcda2 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 = "37cba94b8646eb90c994ec36362f440e72d4fe43388ecf5725c92b3fc094cd88" +hash = "8841e5498857702edbd9cc35b4a6229448cab4d62ea9224199a29dc6f60afab9" [versions] forge = "43.2.8"