From 7570d50702efa4eb46bc8b06902842f75cac04bf Mon Sep 17 00:00:00 2001 From: NullBite Date: Sun, 15 Oct 2023 05:17:39 -0400 Subject: [PATCH] Add some generation mods --- index.toml | 30 ++++++++++++++++++++++++++++++ mods/bclib.pw.toml | 13 +++++++++++++ mods/betterend.pw.toml | 13 +++++++++++++ mods/betternether.pw.toml | 13 +++++++++++++ mods/incendium.pw.toml | 13 +++++++++++++ mods/nullscape.pw.toml | 13 +++++++++++++ mods/terralith.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 8 files changed, 109 insertions(+), 1 deletion(-) create mode 100644 mods/bclib.pw.toml create mode 100644 mods/betterend.pw.toml create mode 100644 mods/betternether.pw.toml create mode 100644 mods/incendium.pw.toml create mode 100644 mods/nullscape.pw.toml create mode 100644 mods/terralith.pw.toml diff --git a/index.toml b/index.toml index 35b4a0d..4d736c2 100644 --- a/index.toml +++ b/index.toml @@ -68,6 +68,11 @@ file = "mods/badpackets.pw.toml" hash = "e5a68e0e0d90aac1d965ab7cab5858c474e875be9012a7c8a3adf96420faa726" metafile = true +[[files]] +file = "mods/bclib.pw.toml" +hash = "82b70b3ca30f3eedea12049a414cf30baae722c79128b17789a93b6906dc3ca5" +metafile = true + [[files]] file = "mods/better-fabric-console.pw.toml" hash = "bcac9bb680ef83b99bacc8e96bd4f77372f5360d49083ad4d53a6b0412f386ed" @@ -78,11 +83,21 @@ file = "mods/better-mount-hud.pw.toml" hash = "961a423cc427d4c785354239e8e7b251b5575756b1cf85dd1bc85011b47f0fbf" metafile = true +[[files]] +file = "mods/betterend.pw.toml" +hash = "09faca3cde7ffda49fcd3d4fc4f4a3d4f8774463170dfee83d6472f64bc84016" +metafile = true + [[files]] file = "mods/betterf3.pw.toml" hash = "ba31b113733abc813e36738bdc8104fad628232d29907f66f48cf8c45299de9f" metafile = true +[[files]] +file = "mods/betternether.pw.toml" +hash = "bb1ce36de0df1b27894c1270d6d8bdb6f34b77eb26ed6cac19ef4bd80ae41cd8" +metafile = true + [[files]] file = "mods/bobby.pw.toml" hash = "628ca822826f31018f97293b673e09defe9bc46616a7636bbd4a3b51ee4c9949" @@ -183,6 +198,11 @@ file = "mods/immediatelyfast.pw.toml" hash = "7e9f6a5b564e4fbe92bff784eb13a2565eb5a631ed452cf9b8748e73935ae8b2" metafile = true +[[files]] +file = "mods/incendium.pw.toml" +hash = "4278c84cdeeccd8c87fb43d4123b0aa81ba9b1f3303b2672a67dc3883126e71a" +metafile = true + [[files]] file = "mods/indium.pw.toml" hash = "0c5e71addef34c8dcd1c81dfc2ad851a3e274b9d8d3a7d388e1113d4139bf8d8" @@ -258,6 +278,11 @@ file = "mods/no-chat-reports.pw.toml" hash = "7ca62a9da5c2ec9f0a8bed5394021c959e90077db16b313be44f4c8736f7fbf5" metafile = true +[[files]] +file = "mods/nullscape.pw.toml" +hash = "9e09f07e73ff32e66e284584c72aeda18b81c4c3706e1be38352dbf072126102" +metafile = true + [[files]] file = "mods/optigui.pw.toml" hash = "0806fafc99d2bc0d3caf9bbf726367ee3e1a56788a6254b58b45567980dce7f1" @@ -323,6 +348,11 @@ file = "mods/starlight.pw.toml" hash = "218f67d6bcaae849582618cd3e5eb1d4cac0fd6045115f64340620300e160c11" metafile = true +[[files]] +file = "mods/terralith.pw.toml" +hash = "7eab318d7763eecf47bde9ecd8d499fe676935392e222a9e8c64c08e6df548d5" +metafile = true + [[files]] file = "mods/wthit.pw.toml" hash = "874a680170fbf36204ee1c4e57650b6a28b15d10a32163964850aaccc9a7457a" diff --git a/mods/bclib.pw.toml b/mods/bclib.pw.toml new file mode 100644 index 0000000..c751b68 --- /dev/null +++ b/mods/bclib.pw.toml @@ -0,0 +1,13 @@ +name = "BCLib" +filename = "bclib-3.0.13.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/BgNRHReB/versions/bccqbyya/bclib-3.0.13.jar" +hash-format = "sha1" +hash = "4850fbc25fa1f2217916155ed354579af1c15205" + +[update] +[update.modrinth] +mod-id = "BgNRHReB" +version = "bccqbyya" diff --git a/mods/betterend.pw.toml b/mods/betterend.pw.toml new file mode 100644 index 0000000..ad88596 --- /dev/null +++ b/mods/betterend.pw.toml @@ -0,0 +1,13 @@ +name = "BetterEnd" +filename = "better-end-4.0.10.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gc8OEnCC/versions/otd2erfL/better-end-4.0.10.jar" +hash-format = "sha1" +hash = "1e7da7e351af26a912934d05b0aa77e5f6c4d139" + +[update] +[update.modrinth] +mod-id = "gc8OEnCC" +version = "otd2erfL" diff --git a/mods/betternether.pw.toml b/mods/betternether.pw.toml new file mode 100644 index 0000000..81c619a --- /dev/null +++ b/mods/betternether.pw.toml @@ -0,0 +1,13 @@ +name = "BetterNether" +filename = "better-nether-9.0.9.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/MpzVLzy5/versions/9kJblF2V/better-nether-9.0.9.jar" +hash-format = "sha1" +hash = "ee7275b0d3f627520c9d17dd3c942ec82ca093a7" + +[update] +[update.modrinth] +mod-id = "MpzVLzy5" +version = "9kJblF2V" diff --git a/mods/incendium.pw.toml b/mods/incendium.pw.toml new file mode 100644 index 0000000..d6661ff --- /dev/null +++ b/mods/incendium.pw.toml @@ -0,0 +1,13 @@ +name = "Incendium" +filename = "Incendium_1.20.2_v5.3.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ZVzW5oNS/versions/OamdlEiS/Incendium_1.20.2_v5.3.2.jar" +hash-format = "sha1" +hash = "9c9a4e587ab5208a17895eebc2e614d9484caf55" + +[update] +[update.modrinth] +mod-id = "ZVzW5oNS" +version = "OamdlEiS" diff --git a/mods/nullscape.pw.toml b/mods/nullscape.pw.toml new file mode 100644 index 0000000..1a917d8 --- /dev/null +++ b/mods/nullscape.pw.toml @@ -0,0 +1,13 @@ +name = "Nullscape" +filename = "Nullscape_1.20.2_v1.2.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/LPjGiSO4/versions/w4mEZnbU/Nullscape_1.20.2_v1.2.3.jar" +hash-format = "sha1" +hash = "6d0d32276415eb11b4c58f7ccd61145aa83095e4" + +[update] +[update.modrinth] +mod-id = "LPjGiSO4" +version = "w4mEZnbU" diff --git a/mods/terralith.pw.toml b/mods/terralith.pw.toml new file mode 100644 index 0000000..5ff9438 --- /dev/null +++ b/mods/terralith.pw.toml @@ -0,0 +1,13 @@ +name = "Terralith" +filename = "Terralith_1.20.2_v2.4.7.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/8oi3bsk5/versions/qFd4s3fV/Terralith_1.20.2_v2.4.7.jar" +hash-format = "sha1" +hash = "389b41e31bb192e1bf40913bc22194724676d313" + +[update] +[update.modrinth] +mod-id = "8oi3bsk5" +version = "qFd4s3fV" diff --git a/pack.toml b/pack.toml index 4d64fef..7fb39d4 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 = "6de1a1301498727e56a6c8d542b83c2b042f00a68fe647e9015ef698fc7e2821" +hash = "cef8ad83429a6fc00eca5ba2df440bc27cace63fe09b346cca5bd72391587348" [versions] minecraft = "1.20.1"