From f9838106208d415c87e83f56236cf5a17cc893e8 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Sun, 13 Nov 2022 18:41:15 +0100 Subject: [PATCH] Add Chat Tweaks and hide "Block placed" messages --- config/ChatTweaks/views.json | 51 ++++++++++++++++++++++++++++++++++++ index.toml | 9 +++++++ mods/chat-tweaks.pw.toml | 13 +++++++++ pack.toml | 2 +- 4 files changed, 74 insertions(+), 1 deletion(-) create mode 100644 config/ChatTweaks/views.json create mode 100644 mods/chat-tweaks.pw.toml diff --git a/config/ChatTweaks/views.json b/config/ChatTweaks/views.json new file mode 100644 index 0000000..f9edff0 --- /dev/null +++ b/config/ChatTweaks/views.json @@ -0,0 +1,51 @@ +{ + "views": [ + { + "name": "*", + "filterPattern": "", + "outputFormat": "$0", + "style": "Chat", + "isExclusive": false, + "isMuted": false, + "channels": [ + "main", + "interaction", + "system", + "death" + ] + }, + { + "name": "ore veins indicators setblock spam", + "filterPattern": "^\\[[a-zA-Z0-9_]{2,16}: Block placed\\]$", + "outputFormat": "", + "style": "Hidden", + "isExclusive": true, + "isMuted": false, + "channels": [ + "system" + ] + }, + { + "name": "system", + "filterPattern": "", + "outputFormat": "$0", + "style": "Side", + "isExclusive": true, + "isMuted": false, + "channels": [ + "system" + ] + }, + { + "name": "interaction", + "filterPattern": "", + "outputFormat": "$0", + "style": "Bottom", + "isExclusive": true, + "isMuted": false, + "channels": [ + "interaction" + ] + } + ] +} \ No newline at end of file diff --git a/index.toml b/index.toml index c3de786..353a6cd 100644 --- a/index.toml +++ b/index.toml @@ -8,6 +8,10 @@ hash = "cd20deace73b9632c228f75f3740fb7fcd03acabc44e91b25c56e98de19f23de" file = "config/AsmodeusCore/core.conf" hash = "c01c2587ea013f8aac6d534041d631d99ad7d05ae1583fbd139be4ff57bfea56" +[[files]] +file = "config/ChatTweaks/views.json" +hash = "e732ee836fca9e69a06c1793860d06f2ddff619d01c4972bc3409e3388f7c7da" + [[files]] file = "config/ExtraPlanets.cfg" hash = "3ab88bac6026c888eed64172d6d964dd6adff421fab8e55b40b2e75aefc39bcf" @@ -1353,6 +1357,11 @@ file = "mods/chameleon.pw.toml" hash = "305815006195c0647af38ea5d8c03cd6c652c77bf975e3e967b754bc3b9ac569" metafile = true +[[files]] +file = "mods/chat-tweaks.pw.toml" +hash = "36b4d3a36e0556b9c5b9fd329c9d5737af36e41dbc22f4adfa1fbd475017107e" +metafile = true + [[files]] file = "mods/chicken-chunks-1-8.pw.toml" hash = "8c1cd98cbd76ccba330c24575c02edd0ede38a08330a843f9874efee8a1738dd" diff --git a/mods/chat-tweaks.pw.toml b/mods/chat-tweaks.pw.toml new file mode 100644 index 0000000..3c73b0a --- /dev/null +++ b/mods/chat-tweaks.pw.toml @@ -0,0 +1,13 @@ +name = "Chat Tweaks" +filename = "ChatTweaks_1.12.2-5.1.25.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "79f0d53ac10f149e48e45fae09de3798fe9c8478" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 2990969 +project-id = 243506 diff --git a/pack.toml b/pack.toml index 4659ff7..b5e4e9c 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 = "d16c25fabb4e0584e25d5d3196037dcfd66ecf74bb6b569e9e8a4bec59e90d11" +hash = "8a795bf3e23ba6d38c80d575d0b7e9d724d0372854f5a6836fecfa3cd2865adf" [versions] forge = "14.23.5.2860"