add logbegone to remove useless errors
This commit is contained in:
parent
f4abd2b003
commit
01bd07dfa8
4 changed files with 38 additions and 1 deletions
15
.minecraft/config/logbegone.toml
Normal file
15
.minecraft/config/logbegone.toml
Normal 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: .*"
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue