add logbegone to remove useless errors

This commit is contained in:
Merith-TK 2023-04-15 00:09:44 -07:00
parent f4abd2b003
commit 01bd07dfa8
4 changed files with 38 additions and 1 deletions

View file

@ -0,0 +1,15 @@
# The configuration file for Log Begone
[logbegone]
# If a log message has one of these phrases, it will be filtered out from logging
phrases = [
"the_aether",
]
# If a log message matches one of these regex patterns, it will be filtered out from logging. EX:
# regex this
# Failed to parse recipe 'create:cutting/compat/byg/mangrove_log[create:cutting]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item 'byg:mangrove_log'
regex = [
"Incorrect key .* was corrected from .* to its default, .*",
"Failed to parse recipe .*! Falling back to vanilla: .*"
]

View file

@ -8,6 +8,10 @@ hash = "fd1efad541304e851e8d3308d94d58d3abc4a4eaa39470205eb4af598e0c427d"
file = "bin/version.json" file = "bin/version.json"
hash = "daa187c344df623b466756874799fd0753b17e375a1b1dbb9e94c7c65972e4cb" hash = "daa187c344df623b466756874799fd0753b17e375a1b1dbb9e94c7c65972e4cb"
[[files]]
file = "config/logbegone.toml"
hash = "1a573969f74941fd4785ce201c52aef331aaf250301dfff67cee3bc0e02ef1e3"
[[files]] [[files]]
file = "config/yosbr/config/betterf3.json" file = "config/yosbr/config/betterf3.json"
hash = "d98063af8b58f3fcdbec4ee05fbd8fb6284fcc22816fdc629e2135d697a69992" hash = "d98063af8b58f3fcdbec4ee05fbd8fb6284fcc22816fdc629e2135d697a69992"
@ -321,6 +325,11 @@ file = "mods/lighty.pw.toml"
hash = "1031c190ba7ad5671af83738f2dcd2755fdaa93abfcf257039ad4866af0e7c60" hash = "1031c190ba7ad5671af83738f2dcd2755fdaa93abfcf257039ad4866af0e7c60"
metafile = true metafile = true
[[files]]
file = "mods/log-begone.pw.toml"
hash = "0092c819358a6d483d94138343dba3a2b063febdd2f8310b1573559c6f630f6d"
metafile = true
[[files]] [[files]]
file = "mods/lootr-fabric.pw.toml" file = "mods/lootr-fabric.pw.toml"
hash = "de55e473653cdd5046f3f79220f6aa9d1cf0eccfe97e8902c72935d0bbb0272e" hash = "de55e473653cdd5046f3f79220f6aa9d1cf0eccfe97e8902c72935d0bbb0272e"

View file

@ -0,0 +1,13 @@
name = "Log Begone"
filename = "Log-Begone-Fabric-1.19.x-1.0.5.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/9ON3zv6e/versions/FvOW1X5O/Log-Begone-Fabric-1.19.x-1.0.5.jar"
hash-format = "sha1"
hash = "ea5dacf0f0e8630c7cf73ef20c5bfa34ab521467"
[update]
[update.modrinth]
mod-id = "9ON3zv6e"
version = "FvOW1X5O"

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 = "c0d644dc5b74f0e548e3c80be158fa00209554c8308bb7eb5176e2cc2e69cce4" hash = "a83ceae64a40336b5e0a58387066aa2ac06ab6724f0813bc5a514e9d90dc5469"
[versions] [versions]
fabric = "0.14.19" fabric = "0.14.19"