From aae65586a77e7165c601fa1b44756ef984752c6b Mon Sep 17 00:00:00 2001 From: NullBite Date: Tue, 17 Oct 2023 18:32:23 -0400 Subject: [PATCH] Add waystones + compat mod --- index.toml | 15 +++++++++++++++ mods/balm.pw.toml | 13 +++++++++++++ mods/way2wayfabric.pw.toml | 13 +++++++++++++ mods/waystones.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 5 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 mods/balm.pw.toml create mode 100644 mods/way2wayfabric.pw.toml create mode 100644 mods/waystones.pw.toml diff --git a/index.toml b/index.toml index 75c1d8c..6cb760c 100644 --- a/index.toml +++ b/index.toml @@ -87,6 +87,11 @@ file = "mods/badpackets.pw.toml" hash = "e5a68e0e0d90aac1d965ab7cab5858c474e875be9012a7c8a3adf96420faa726" metafile = true +[[files]] +file = "mods/balm.pw.toml" +hash = "7213c1f85dede9a36f77d4a0064a1c6aae79bcb4e281ae5d6d8698793ddda046" +metafile = true + [[files]] file = "mods/bclib.pw.toml" hash = "82b70b3ca30f3eedea12049a414cf30baae722c79128b17789a93b6906dc3ca5" @@ -512,6 +517,16 @@ file = "mods/terralith.pw.toml" hash = "7eab318d7763eecf47bde9ecd8d499fe676935392e222a9e8c64c08e6df548d5" metafile = true +[[files]] +file = "mods/way2wayfabric.pw.toml" +hash = "8d2217dc18ef88b1032c2e192ed2905a738e15e8425cc2a5a292949bca77d109" +metafile = true + +[[files]] +file = "mods/waystones.pw.toml" +hash = "c9a63c67893610e550c893c89ac485b4b0778ad1783f0e8705a63b458f57e96f" +metafile = true + [[files]] file = "mods/wthit.pw.toml" hash = "874a680170fbf36204ee1c4e57650b6a28b15d10a32163964850aaccc9a7457a" diff --git a/mods/balm.pw.toml b/mods/balm.pw.toml new file mode 100644 index 0000000..3a6f9c2 --- /dev/null +++ b/mods/balm.pw.toml @@ -0,0 +1,13 @@ +name = "Balm" +filename = "balm-fabric-1.20.1-7.1.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/BJ0Uk3Di/balm-fabric-1.20.1-7.1.4.jar" +hash-format = "sha1" +hash = "e57026da2ddbf86f5d15678454938661708c33de" + +[update] +[update.modrinth] +mod-id = "MBAkmtvl" +version = "BJ0Uk3Di" diff --git a/mods/way2wayfabric.pw.toml b/mods/way2wayfabric.pw.toml new file mode 100644 index 0000000..815c370 --- /dev/null +++ b/mods/way2wayfabric.pw.toml @@ -0,0 +1,13 @@ +name = "way2wayfabric" +filename = "way2wayfabric-0.0.5.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/lO0vzQUy/versions/bgsdOTdR/way2wayfabric-0.0.5.jar" +hash-format = "sha1" +hash = "27d32c8eae5d763856f44221d236b8c205addb7e" + +[update] +[update.modrinth] +mod-id = "lO0vzQUy" +version = "bgsdOTdR" diff --git a/mods/waystones.pw.toml b/mods/waystones.pw.toml new file mode 100644 index 0000000..c0ca36a --- /dev/null +++ b/mods/waystones.pw.toml @@ -0,0 +1,13 @@ +name = "Waystones" +filename = "waystones-fabric-1.20-14.0.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/LOpKHB2A/versions/pDItHk3J/waystones-fabric-1.20-14.0.2.jar" +hash-format = "sha1" +hash = "0466b8deb0ea4fc2bab38461b2ecff9153ec313e" + +[update] +[update.modrinth] +mod-id = "LOpKHB2A" +version = "pDItHk3J" diff --git a/pack.toml b/pack.toml index 9d57d3a..43e9ccc 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 = "587002028b7d61f7794d7de181d10701bdf6e98d20505975acda751ee909a63e" +hash = "137363ea638e568ad80880a2d35bfacbe774c32de3f8a4c6b427a5503ca99e2c" [versions] minecraft = "1.20.1"