From 2f388fb92cd518265f07e9169443af5c5cc61684 Mon Sep 17 00:00:00 2001 From: Merith-TK Date: Fri, 14 Apr 2023 21:34:30 -0700 Subject: [PATCH] Add some more --- .minecraft/index.toml | 10 ++++++++++ .minecraft/mods/endrem.pw.toml | 13 +++++++++++++ .minecraft/mods/spark.pw.toml | 13 +++++++++++++ .minecraft/pack.toml | 2 +- 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 .minecraft/mods/endrem.pw.toml create mode 100644 .minecraft/mods/spark.pw.toml diff --git a/.minecraft/index.toml b/.minecraft/index.toml index e96bcc2..deeb8d0 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -181,6 +181,11 @@ file = "mods/eating-animation.pw.toml" hash = "92f796bb39c6235298ccf33b64505923870bc3a258cbb2114d0ec036bfe18b6d" metafile = true +[[files]] +file = "mods/endrem.pw.toml" +hash = "89b3759402c972a40e4ce22f1bafaddb3250fb97ca4a1d3c7eefb52ef86b1a24" +metafile = true + [[files]] file = "mods/entitytexturefeatures.pw.toml" hash = "c3b9347961a06e85aad24fa8f863f617da394df49a67b0b1a1a952ad7f0056f7" @@ -401,6 +406,11 @@ file = "mods/sodium.pw.toml" hash = "aa4dcf55ac3191b0b31437521714c1d28364c3396cf06ef07fa76a08488c1837" metafile = true +[[files]] +file = "mods/spark.pw.toml" +hash = "50c06afeef4a0f87ce306a734f3a26f48a0e346bd6a42b3fb967d3ee62b65894" +metafile = true + [[files]] file = "mods/starlight.pw.toml" hash = "2aeab4f3b0a720ed02f400d9b521f1858474d4f8f7c3577ce916d5aa31fe37e1" diff --git a/.minecraft/mods/endrem.pw.toml b/.minecraft/mods/endrem.pw.toml new file mode 100644 index 0000000..5c2cd67 --- /dev/null +++ b/.minecraft/mods/endrem.pw.toml @@ -0,0 +1,13 @@ +name = "End Remastered" +filename = "fabric-end-remastered-5.2.0-1.19.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ZJTGwAND/versions/uPNva0ZJ/fabric-end-remastered-5.2.0-1.19.2.jar" +hash-format = "sha1" +hash = "b6370b6b04f707de8123652a93795e30cbf9b41c" + +[update] +[update.modrinth] +mod-id = "ZJTGwAND" +version = "uPNva0ZJ" diff --git a/.minecraft/mods/spark.pw.toml b/.minecraft/mods/spark.pw.toml new file mode 100644 index 0000000..eae11bc --- /dev/null +++ b/.minecraft/mods/spark.pw.toml @@ -0,0 +1,13 @@ +name = "spark" +filename = "spark-1.10.34-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/l6YH9Als/versions/N7JzEApO/spark-1.10.34-fabric.jar" +hash-format = "sha1" +hash = "aa67f7b653bf4b091d37732ced8cb858290ad2dc" + +[update] +[update.modrinth] +mod-id = "l6YH9Als" +version = "N7JzEApO" diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index a11a9df..f804c27 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 = "0bb42818fb6bf73318328e91ded5a577e21184406d0ec03e1d5b96adf66f6db1" +hash = "3fa8e36c70ea3ec46057277f89d56a777badad7ffd0a79d3de44f331dbef69b1" [versions] fabric = "0.14.19"