v1.0.3
- Updated to 1.21.1!
v1.0.2
- Updated to 1.21!
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 "
]
}
}
v1.0.0
- Ported to 1.20.6.
v1.0.0
- Ported to 1.20.4.
- Is now Multiloader.
v.1.0.8
- Updated to 1.20.1
v.1.0.7
- Updated to 1.20
v.1.0.6
- Changes default to block the vanilla connection attemps on servers being down by the bot net of griefers.
v.1.0.4
- Changes default to block the vanilla connection attemps on servers being down by the bot net of griefers.
v.1.0.6
- Changes default to block the vanilla connection attemps on servers being down by the bot net of griefers.