Add Chat Tweaks and hide "Block placed" messages

This commit is contained in:
Wroclaw 2022-11-13 18:41:15 +01:00
parent f1ac960376
commit f983810620
4 changed files with 74 additions and 1 deletions

View file

@ -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"
]
}
]
}

9
index.toml generated
View file

@ -8,6 +8,10 @@ hash = "cd20deace73b9632c228f75f3740fb7fcd03acabc44e91b25c56e98de19f23de"
file = "config/AsmodeusCore/core.conf" file = "config/AsmodeusCore/core.conf"
hash = "c01c2587ea013f8aac6d534041d631d99ad7d05ae1583fbd139be4ff57bfea56" hash = "c01c2587ea013f8aac6d534041d631d99ad7d05ae1583fbd139be4ff57bfea56"
[[files]]
file = "config/ChatTweaks/views.json"
hash = "e732ee836fca9e69a06c1793860d06f2ddff619d01c4972bc3409e3388f7c7da"
[[files]] [[files]]
file = "config/ExtraPlanets.cfg" file = "config/ExtraPlanets.cfg"
hash = "3ab88bac6026c888eed64172d6d964dd6adff421fab8e55b40b2e75aefc39bcf" hash = "3ab88bac6026c888eed64172d6d964dd6adff421fab8e55b40b2e75aefc39bcf"
@ -1353,6 +1357,11 @@ file = "mods/chameleon.pw.toml"
hash = "305815006195c0647af38ea5d8c03cd6c652c77bf975e3e967b754bc3b9ac569" hash = "305815006195c0647af38ea5d8c03cd6c652c77bf975e3e967b754bc3b9ac569"
metafile = true metafile = true
[[files]]
file = "mods/chat-tweaks.pw.toml"
hash = "36b4d3a36e0556b9c5b9fd329c9d5737af36e41dbc22f4adfa1fbd475017107e"
metafile = true
[[files]] [[files]]
file = "mods/chicken-chunks-1-8.pw.toml" file = "mods/chicken-chunks-1-8.pw.toml"
hash = "8c1cd98cbd76ccba330c24575c02edd0ede38a08330a843f9874efee8a1738dd" hash = "8c1cd98cbd76ccba330c24575c02edd0ede38a08330a843f9874efee8a1738dd"

13
mods/chat-tweaks.pw.toml Normal file
View file

@ -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

View file

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "d16c25fabb4e0584e25d5d3196037dcfd66ecf74bb6b569e9e8a4bec59e90d11" hash = "8a795bf3e23ba6d38c80d575d0b7e9d724d0372854f5a6836fecfa3cd2865adf"
[versions] [versions]
forge = "14.23.5.2860" forge = "14.23.5.2860"