From 88179d8d915b6517894de639f08fd13c4eee2e19 Mon Sep 17 00:00:00 2001 From: David Guevara Date: Tue, 17 Feb 2026 19:18:36 -0600 Subject: [PATCH] feat: add "Don't Clear Chat History" mod --- index.toml | 5 +++++ mods/dcch.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/dcch.pw.toml diff --git a/index.toml b/index.toml index 517936e..a54fd5a 100644 --- a/index.toml +++ b/index.toml @@ -145,6 +145,11 @@ file = "mods/curios.pw.toml" hash = "9eefd607e0d54ec444e798ccdeede1a09a3939440bd1e11c11b84c07a5134be2" metafile = true +[[files]] +file = "mods/dcch.pw.toml" +hash = "952ffe9590e25467de3168757fc98e9770fdd3d3e146d14758fdc2c832cfcaf0" +metafile = true + [[files]] file = "mods/easier-sleeping.pw.toml" hash = "aa28f5a8cdd30a75f7ed27bb51b9c79521991f130c69a7db87865a56b7a7b081" diff --git a/mods/dcch.pw.toml b/mods/dcch.pw.toml new file mode 100644 index 0000000..256cf84 --- /dev/null +++ b/mods/dcch.pw.toml @@ -0,0 +1,13 @@ +name = "Don't Clear Chat History" +filename = "DontClearChatHistory-1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/sUbMm93i/versions/Ax55DqZk/DontClearChatHistory-1.jar" +hash-format = "sha512" +hash = "899233aba2134d1607371cfacb3cf5aedace55225b225357ceb8d5a0fcf70890a17dd64c10bdd983dbf01a8c81c0721182841ba70f2a6f0b800d66bd730bcaf7" + +[update] +[update.modrinth] +mod-id = "sUbMm93i" +version = "Ax55DqZk" diff --git a/pack.toml b/pack.toml index 07509bd..c3b10c8 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 = "1a4a80fbe88df938c32177e6a484cc4a7effbb9727ca5c18ad40abc131df4eaa" +hash = "9a4fb909284a88cd8912610be2b06dc59f3fb30f7d60565be22b87d3601da7f0" [versions] minecraft = "1.20.1"