promotional bannermobile promotional banner

Log Begone

Fork of Shut Up Console - Tell those those annoy logs lines begone!
Back to Files

neoforge 1.0.1

File namelogbegone-neo-1.20.6-1.0.1.jar
Uploader
AzureDoomCAzureDoomC
Uploaded
Jun 6, 2024
Downloads
375
Size
71.4 KB
Mod Loaders
NeoForge
File ID
5404003
Type
R
Release
Supported game versions
  • 1.20.6

Curse Maven Snippet

NeoForge

implementation "curse.maven:log-begone-623560:5404003"

Learn more about Curse Maven

What's new

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 "
    ]
  }
}

This mod has no related projects