From 599990bc3042032959b98401e0b138cd27b7c037 Mon Sep 17 00:00:00 2001 From: hkc Date: Sat, 10 Aug 2024 16:31:38 +0300 Subject: [PATCH] Added some HUD mods --- README.md | 2 ++ index.toml | 14 ++++++++++++-- modinfo.toml | 16 ++++++++++++++++ mods/autohud.pw.toml | 13 +++++++++++++ mods/better-f1-reborn.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 6 files changed, 57 insertions(+), 3 deletions(-) create mode 100644 mods/autohud.pw.toml create mode 100644 mods/better-f1-reborn.pw.toml diff --git a/README.md b/README.md index 4408f1e..ee4b50e 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,13 @@ * [CO] **[Athena](https://modrinth.com/mod/athena-ctm)** - A crossplatform (Forge/Fabric) solution to connected block textures for 1.19.4+ * [SO] **[Audaki Cart Engine](https://modrinth.com/mod/audaki-cart-engine)** - 🤩 Fast Minecart! Speed 8㎧→34㎧. Balanced for Vanilla/Survival. 100% glitch-free and compatible with all Redstone. Works high-speed with slopes/inclines/curves. Only vanilla track/carts needed. Can be added and removed at any time. SMP or Server-Side. * [CO] **[Auth Me](https://modrinth.com/mod/auth-me)** - Authenticate yourself and re-validate your session + * [CO] **[Auto HUD](https://modrinth.com/mod/autohud)** - A mod which dynamically hides parts of the user interface * [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 F1 Reborn](https://modrinth.com/mod/better-f1-reborn)** - Hide only the HUD using F1 * [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 diff --git a/index.toml b/index.toml index 64475ce..da57655 100644 --- a/index.toml +++ b/index.toml @@ -2,7 +2,7 @@ hash-format = "sha256" [[files]] file = "README.md" -hash = "ec39c395530a4eebe789c200f046d1102f2a8222f676c7c963906397cc3ec79d" +hash = "160d2125e7cc6c7dda7f1b828082c035b5d353838517a311907088e401546970" [[files]] file = "make-list.py" @@ -10,7 +10,7 @@ hash = "a132fc3ad4053560ff53c918b1838b39770ba3702086cab25d881d62bbd997a7" [[files]] file = "modinfo.toml" -hash = "4bea96ca0e29935091c6b9d1628a3790aa19042296790b2131ce71e6c5240f29" +hash = "ea9fb2f559cbdf6e2424c44f2740a854b88ad201a56c55f8c50cceeb1165465a" [[files]] file = "mods/3dskinlayers.pw.toml" @@ -87,6 +87,11 @@ file = "mods/auth-me.pw.toml" hash = "e954c2f9ea9195ef558f0cb7dbc7057f2086348fc4a78186bc399145c18b4bb9" metafile = true +[[files]] +file = "mods/autohud.pw.toml" +hash = "577ad21804f1a928f90fe084106ccce06154b212574b9b25cf54a7510cc557f3" +metafile = true + [[files]] file = "mods/badpackets.pw.toml" hash = "e5a68e0e0d90aac1d965ab7cab5858c474e875be9012a7c8a3adf96420faa726" @@ -112,6 +117,11 @@ file = "mods/better-clouds.pw.toml" hash = "cf4b4d5eb996155c6552243b1197b5712d983805b53280a14571d56f3b2c2052" metafile = true +[[files]] +file = "mods/better-f1-reborn.pw.toml" +hash = "c03d48eed96ab15ed32e08205a262c8a501114b235c37dbf5c667d61c442f6db" +metafile = true + [[files]] file = "mods/better-ping-display-fabric.pw.toml" hash = "6a51c7bacf8d179e11fe783804fd3687e409f34f6288e1aaceedf7261ee14006" diff --git a/modinfo.toml b/modinfo.toml index d92e07d..4606e36 100644 --- a/modinfo.toml +++ b/modinfo.toml @@ -2229,3 +2229,19 @@ link = "https://modrinth.com/mod/timeoutout" side = "server" optional = false icon = "https://cdn.modrinth.com/data/7cFX55fD/icon.png" + +[mods.autohud] +name = "Auto HUD" +description = "A mod which dynamically hides parts of the user interface" +link = "https://modrinth.com/mod/autohud" +side = "client" +optional = false +icon = "https://cdn.modrinth.com/data/temczoTQ/icon.png" + +[mods.better-f1-reborn] +name = "Better F1 Reborn" +description = "Hide only the HUD using F1" +link = "https://modrinth.com/mod/better-f1-reborn" +side = "client" +optional = false +icon = "https://cdn.modrinth.com/data/2JIeCmxb/e81fea2b0230cdc7b5dfd844ee8703b9b71c07b5.png" diff --git a/mods/autohud.pw.toml b/mods/autohud.pw.toml new file mode 100644 index 0000000..279bfbb --- /dev/null +++ b/mods/autohud.pw.toml @@ -0,0 +1,13 @@ +name = "Auto HUD" +filename = "autohud-6.3.5+1.20.1-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/temczoTQ/versions/GyQI10EF/autohud-6.3.5%2B1.20.1-fabric.jar" +hash-format = "sha1" +hash = "49b5b12e60953c5131b50aa190a6369838a1dd4a" + +[update] +[update.modrinth] +mod-id = "temczoTQ" +version = "GyQI10EF" diff --git a/mods/better-f1-reborn.pw.toml b/mods/better-f1-reborn.pw.toml new file mode 100644 index 0000000..95f5ad5 --- /dev/null +++ b/mods/better-f1-reborn.pw.toml @@ -0,0 +1,13 @@ +name = "Better F1 Reborn" +filename = "BetterF1-1.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/2JIeCmxb/versions/NTeDylz9/BetterF1-1.0.jar" +hash-format = "sha1" +hash = "3d972092690c6d65d674b0a5f030c2a872f53cad" + +[update] +[update.modrinth] +mod-id = "2JIeCmxb" +version = "NTeDylz9" diff --git a/pack.toml b/pack.toml index 0c8072e..3a1a5ef 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 = "44085691ab692d7091c5ff379d87b9fc1faf73e085713bed67614349de03ff38" +hash = "b51c91bd37d57e5caaf19de2c2eb7b464e5f7b69e65c0114186f9a2154e1c084" [versions] fabric = "0.15.11"