90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!
Filter loader...
Filter versions...

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.

1.0.8

by AzureDoom on Sep 21, 2023
Download

v.1.0.8

  • Updated to 1.20.1

1.0.9

by AzureDoom on Aug 21, 2023
Download

v.1.0.9

  • Switched to NeoForge

v.1.0.8

  • Updated to 1.20.1

Forge 1.20

by AzureDoom on Jun 11, 2023
Download

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.

Project members

AzureDoom

Owner

Details

Licensed LGPL-3.0-only
Created 2 years ago
Updated a month ago