
Log Begone
Fork of Shut Up Console - Tell those those annoy logs lines begone!
- Загрузки
- 7.7M
- Подписчики
- 140
- Обновлён
- 8 августа 2024 г.
- Лицензия
- LGPL-3.0-only
Опубликован 7 августа 2022 г.
Log Begone is a fork of Shut Up Console by Bravarly that simply allows you to remove annoying logs from your log when you remove structures, biomes, blocks, or items that spam your log saying missing. By default, it removes any the_aether log spam as this was made by a modpack that removed it recently.
Need a server to play with friends? Don't know how to setup one? Just rent an already configured server from BisectHosting!
Click on the picture above, select plan(at least 4GB), and use my code azuredoom to get 25% off your first month and enjoy playing with your friends!
Ченджлог
1.0.3Релиз1.21.1 · 8 августа 2024 г.
v1.0.3
- Updated to 1.21.1!
1.0.3Релиз1.21.1 · 8 августа 2024 г.
v1.0.3
- Updated to 1.21.1!
1.0.2Релиз1.21 · 18 июня 2024 г.
v1.0.2
- Updated to 1.21!
1.0.2Релиз1.21 · 18 июня 2024 г.
v1.0.2
- Updated to 1.21!
1.0.1Релиз1.20.6 · 6 июня 2024 г.
v1.0.1
- Having issues with TOML bundling in NeoForge, rewrote mod to use GSON so logbegone.toml is now logbegone.json so:
# The configuration file for Log Begone
[logbegone]
# If a log message has one of these phrases, it will be filtered out from logging
phrases = ["Disconnecting VANILLA connection attempt", "Channels "]
# If a log message matches one of these regex patterns, it will be filtered out from logging. EX:
regex = ["Disconnecting VANILLA connection attempt", "Channels "]
is now
{
"logbegone": {
"phrases": [
"Disconnecting VANILLA connection attempt",
"Channels "
],
"regex": [
"Disconnecting VANILLA connection attempt",
"Channels "
]
}
}
1.0.1Релиз1.20.6 · 6 июня 2024 г.
v1.0.1
- Having issues with TOML bundling in NeoForge, rewrote mod to use GSON so logbegone.toml is now logbegone.json so:
# The configuration file for Log Begone
[logbegone]
# If a log message has one of these phrases, it will be filtered out from logging
phrases = ["Disconnecting VANILLA connection attempt", "Channels "]
# If a log message matches one of these regex patterns, it will be filtered out from logging. EX:
regex = ["Disconnecting VANILLA connection attempt", "Channels "]
is now
{
"logbegone": {
"phrases": [
"Disconnecting VANILLA connection attempt",
"Channels "
],
"regex": [
"Disconnecting VANILLA connection attempt",
"Channels "
]
}
}
1.0.0Релиз1.20.6 · 6 июня 2024 г.
v1.0.0
- Ported to 1.20.6.
1.0.0Релиз1.20.6 · 6 июня 2024 г.
v1.0.0
- Ported to 1.20.6.
Комментарии
Загружаем…