Compatibility
Minecraft: Java Edition
1.21–1.21.1
1.20.6
1.20.4
1.20–1.20.2
1.19.x
1.18.2
1.16.5
Platforms
Fabric
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed LGPL-3.0-only
Created 2 years ago
Updated 2 months ago
Changelog
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 "
]
}
}
Files
Metadata
Release channel
ReleaseVersion number
1.0.1Loaders
Game versions
1.20.6Downloads
88Publication date
June 6, 2024 at 4:25 PMPublisher
AzureDoom
Owner