From 55399c3542d98bc124013c117611787e940c177a Mon Sep 17 00:00:00 2001 From: daedreus Date: Thu, 14 Jul 2022 01:41:48 -0500 Subject: [PATCH] Added required mod that wasnt found by packwiz --- .minecraft/index.toml | 5 +++++ .minecraft/mods/dawn.pw.toml | 13 +++++++++++++ .minecraft/pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 .minecraft/mods/dawn.pw.toml diff --git a/.minecraft/index.toml b/.minecraft/index.toml index 2de79c9..a24aaa4 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -136,6 +136,11 @@ file = "mods/darkness-in-the-bottle.pw.toml" hash = "a6f421a6d8ab47b03938fbfc1610bc94c1a71333cc9e279b19f5269c9681a16d" metafile = true +[[files]] +file = "mods/dawn.pw.toml" +hash = "4a13d096e82525f8cd4eb0e8c14f43929d11d7d8b54d7d34a981f7ac29614699" +metafile = true + [[files]] file = "mods/entity-banners.pw.toml" hash = "7f4f7cffb3dd18a03a70a25fe843040a3fcf7c44c4f193dab6feb95d243ca4c2" diff --git a/.minecraft/mods/dawn.pw.toml b/.minecraft/mods/dawn.pw.toml new file mode 100644 index 0000000..2a0f620 --- /dev/null +++ b/.minecraft/mods/dawn.pw.toml @@ -0,0 +1,13 @@ +name = "Dawn API" +filename = "dawn-3.5.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/meZK2DCX/versions/3.5.0/dawn-3.5.0.jar" +hash-format = "sha1" +hash = "50b0c2030ae6e7936b29e489df7a09866032be78" + +[update] +[update.modrinth] +mod-id = "meZK2DCX" +version = "YdQQ22Uv" diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index aa6db3a..26ea007 100644 --- a/.minecraft/pack.toml +++ b/.minecraft/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "c663707a7c86ce456f7c64c2a3cd8b80d8e25280e213ea12f35d08fd25b0ea0c" +hash = "d85f9c923146715b87c9bd4e1f72e3f4ab569d4b104a2596348b768b899d18f2" [versions] fabric = "0.14.8"