From 173141189f64de29f727545ecc58d5a67932a702 Mon Sep 17 00:00:00 2001 From: Yonah Date: Fri, 7 Nov 2025 22:33:29 +0900 Subject: [PATCH] mods: add main menu credits Should work well with upcoming custom background. --- config/isxander-main-menu-credits.json | 10 ++++++++++ index.toml | 9 +++++++++ mods/main-menu-credits.pw.toml | 13 +++++++++++++ pack.toml | 4 ++-- 4 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 config/isxander-main-menu-credits.json create mode 100644 mods/main-menu-credits.pw.toml diff --git a/config/isxander-main-menu-credits.json b/config/isxander-main-menu-credits.json new file mode 100644 index 0000000..fec5343 --- /dev/null +++ b/config/isxander-main-menu-credits.json @@ -0,0 +1,10 @@ +{ + "main_menu": { + "top_left": [ + { + "text": "Resistance's Base (@Eneri_777)", + "color": "light_purple" + } + ] + } +} diff --git a/index.toml b/index.toml index 26894c5..a67a944 100644 --- a/index.toml +++ b/index.toml @@ -1,5 +1,9 @@ hash-format = "sha256" +[[files]] +file = "config/isxander-main-menu-credits.json" +hash = "82219d10207c39e58dacdf82359116dd404f1109988d1f5aef90423149e97e8c" + [[files]] file = "config/yosbr/config/NoChatReports/NCR-Client.json" hash = "e0d9ce47a87536c707b797789b53e9e4f09b273f69098b1303b0815ebd82b3c5" @@ -247,6 +251,11 @@ file = "mods/macos-input-fixes.pw.toml" hash = "08d70003a1cac81811cfa71a44bfca61f8d3d7ef9891e8ff187663e848ccee7c" metafile = true +[[files]] +file = "mods/main-menu-credits.pw.toml" +hash = "fa3e6df3d222c94014c840673aa92455210d404eadceb05dd5ab3ae5a3eab6db" +metafile = true + [[files]] file = "mods/modmenu.pw.toml" hash = "43863c7eb19b3225a92ebadcb6ab5d08f107ce25aa639f4d5312d476f5f4efed" diff --git a/mods/main-menu-credits.pw.toml b/mods/main-menu-credits.pw.toml new file mode 100644 index 0000000..292c505 --- /dev/null +++ b/mods/main-menu-credits.pw.toml @@ -0,0 +1,13 @@ +name = "Main Menu Credits" +filename = "main-menu-credits-1.2.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/qJDfP7WN/versions/eUN0SbET/main-menu-credits-1.2.0.jar" +hash-format = "sha512" +hash = "fb12dd676a080691c78a701721520de1469d53e702710b21ca8eead54d56936e6b3a39b1003e022090de40d650239d547c81031cb4b8a8ab619e56b98cd92c2c" + +[update] +[update.modrinth] +mod-id = "qJDfP7WN" +version = "eUN0SbET" diff --git a/pack.toml b/pack.toml index 64ac526..a181035 100644 --- a/pack.toml +++ b/pack.toml @@ -1,4 +1,4 @@ -name = "Resistance Base" +name = "Resistance's Base" author = "Ene-sama, Ophestra, Exalter, Tharldin" version = "0.1.0" pack-format = "packwiz:1.1.0" @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "30e2c65cc3f49a892854b4ed37e52665bf01ac5ce73dc19f33147330ee9a5026" +hash = "95e98cde457f565bd301b5c8714a3adb6b121e94374a43ffef6ba2c446709973" [versions] fabric = "0.17.3"