From 3d6b5b31570ef2e96c0da92642978f2232893009 Mon Sep 17 00:00:00 2001 From: hkc Date: Sat, 10 Aug 2024 14:27:49 +0300 Subject: [PATCH] Added Better{End,Nether} --- README.md | 3 +++ index.toml | 15 +++++++++++++++ modinfo.toml | 24 ++++++++++++++++++++++++ mods/bclib.pw.toml | 13 +++++++++++++ mods/betterend.pw.toml | 13 +++++++++++++ mods/betternether.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 7 files changed, 82 insertions(+), 1 deletion(-) create mode 100644 mods/bclib.pw.toml create mode 100644 mods/betterend.pw.toml create mode 100644 mods/betternether.pw.toml diff --git a/README.md b/README.md index 34b5fb7..d881daa 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,15 @@ * [CO] **[Auth Me](https://modrinth.com/mod/auth-me)** - Authenticate yourself and re-validate your session * [CS] **[bad packets](https://modrinth.com/mod/badpackets)** - Bad Packets allows packet messaging between different modding platforms. * [CS] **[Balm](https://modrinth.com/mod/balm)** - Abstraction Layer (but not really)™ for Blay's multiplatform mods + * [CS] **[BCLib](https://modrinth.com/mod/bclib)** - A Library Mod for the BetterX Team * [CS] **[Beautify: Refabricated](https://modrinth.com/mod/beautify-refabricated)** - Adds lots of vanilla-styled ways to spice up your builds. * [O][CO] **[Better Clouds](https://modrinth.com/mod/better-clouds)** - Beautiful clouds in touch with the vanilla style * [CO] **[Better Ping Display [Fabric]](https://modrinth.com/mod/better-ping-display-fabric)** - Adds a configurable numerical ping display to the player list * [CS] **[Better Statistics Screen](https://modrinth.com/mod/better-stats)** - A Minecraft mod that improves the statistics screen and makes it more useful. * [SO] **[Better Than Mending](https://modrinth.com/mod/better-than-mending)** - A small quality of life tweak to the Mending enchantment * [O][CO] **[Better Command Block UI](https://modrinth.com/mod/bettercommandblockui)** - Provides a more usable Command Block UI + * [CS] **[BetterEnd](https://modrinth.com/mod/betterend)** - New Biomes, mysterious rituals and Mobs for your End + * [CS] **[BetterNether](https://modrinth.com/mod/betternether)** - More Biomes, More Mobs, More Tools for the fiery Dimension * [CS] **[Better P2P](https://modrinth.com/mod/betterp2p)** - Advanced P2P network managing tool for AE2 * [CS] **[Sit](https://modrinth.com/mod/bl4cks-sit)** - Allows you to sit on slabs and stairs. * [CS] **[BlameLog](https://modrinth.com/mod/blame-log)** - Prepends method callers to log messages diff --git a/index.toml b/index.toml index bca8407..a21c1f0 100644 --- a/index.toml +++ b/index.toml @@ -97,6 +97,11 @@ file = "mods/balm.pw.toml" hash = "6a4e4b9450aa618bd27346ec81d88231594ac487175c610e2106a6ccfdbce2d7" metafile = true +[[files]] +file = "mods/bclib.pw.toml" +hash = "d71225c33f2287ca8c0f61483a8d9da35c80a69cb14f252dceaf0e504435bb7f" +metafile = true + [[files]] file = "mods/beautify-refabricated.pw.toml" hash = "b64a86a3fa5dd467d1c83f7c094313ad8e6a335a9c73a2c9521c03b5a93d7673" @@ -127,6 +132,16 @@ file = "mods/bettercommandblockui.pw.toml" hash = "f4d036e6c333563a58a0d8733074f1e426237d66d57887cce13e189f4ee32231" metafile = true +[[files]] +file = "mods/betterend.pw.toml" +hash = "bd5f853537d50e0b156f5a5cb4ca557771aa0828ccf46b22b31a3aa549d615ed" +metafile = true + +[[files]] +file = "mods/betternether.pw.toml" +hash = "d1a9663f1984c580facd4f217dc45ef1df0030776c0c773e03b573469405e052" +metafile = true + [[files]] file = "mods/betterp2p.pw.toml" hash = "a3c31f1d17dddb370816565128a4b5e7a943d85f9ab71bc55bf5c0d1eaa6c009" diff --git a/modinfo.toml b/modinfo.toml index 8335f79..98c9e68 100644 --- a/modinfo.toml +++ b/modinfo.toml @@ -2195,3 +2195,27 @@ link = "https://modrinth.com/mod/smooth-skies" side = "client" optional = false icon = "https://cdn.modrinth.com/data/uvlgIwBD/ef58264c2e41ce607da6de486a86570eda9c74ab.png" + +[mods.betternether] +name = "BetterNether" +description = "More Biomes, More Mobs, More Tools for the fiery Dimension" +link = "https://modrinth.com/mod/betternether" +side = "both" +optional = false +icon = "https://cdn.modrinth.com/data/MpzVLzy5/d35c76a6051d79b35ac33668772ee5a35f2c1f8e.png" + +[mods.betterend] +name = "BetterEnd" +description = "New Biomes, mysterious rituals and Mobs for your End" +link = "https://modrinth.com/mod/betterend" +side = "both" +optional = false +icon = "https://cdn.modrinth.com/data/gc8OEnCC/22fdef19992a21f7a16e53eb0ff2fe5e59766003.png" + +[mods.bclib] +name = "BCLib" +description = "A Library Mod for the BetterX Team" +link = "https://modrinth.com/mod/bclib" +side = "both" +optional = false +icon = "https://cdn.modrinth.com/data/BgNRHReB/1b057bebe91712f5d135b2240baaffa8cd3cf065.png" diff --git a/mods/bclib.pw.toml b/mods/bclib.pw.toml new file mode 100644 index 0000000..6c6ce94 --- /dev/null +++ b/mods/bclib.pw.toml @@ -0,0 +1,13 @@ +name = "BCLib" +filename = "bclib-3.0.14.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/BgNRHReB/versions/TPC86Pyz/bclib-3.0.14.jar" +hash-format = "sha1" +hash = "34be724165bfe1207542f26551b10925d099eee1" + +[update] +[update.modrinth] +mod-id = "BgNRHReB" +version = "TPC86Pyz" diff --git a/mods/betterend.pw.toml b/mods/betterend.pw.toml new file mode 100644 index 0000000..4830af2 --- /dev/null +++ b/mods/betterend.pw.toml @@ -0,0 +1,13 @@ +name = "BetterEnd" +filename = "better-end-4.0.11.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gc8OEnCC/versions/7QwyTILr/better-end-4.0.11.jar" +hash-format = "sha1" +hash = "1e54364d63245a51e66e414ca73efbac9e05f11d" + +[update] +[update.modrinth] +mod-id = "gc8OEnCC" +version = "7QwyTILr" diff --git a/mods/betternether.pw.toml b/mods/betternether.pw.toml new file mode 100644 index 0000000..8ca0e2f --- /dev/null +++ b/mods/betternether.pw.toml @@ -0,0 +1,13 @@ +name = "BetterNether" +filename = "better-nether-9.0.10.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/MpzVLzy5/versions/IG7kgtJH/better-nether-9.0.10.jar" +hash-format = "sha1" +hash = "7247c4b3f319f828205fc9f195261c46a24280ec" + +[update] +[update.modrinth] +mod-id = "MpzVLzy5" +version = "IG7kgtJH" diff --git a/pack.toml b/pack.toml index 5641f49..30d9e99 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 = "df96f522922780b6d7b213b5cf87bf9ddb8b1758538d5578ef8bb41b72394b34" +hash = "ad2bf2c90e2fd394058cb34fe65ea69a45675846b36ce620dda4b15f9a174ec3" [versions] fabric = "0.15.11"