Перейти к содержимому
Mineforgian

Log Begone

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

7.7M загрузок139 подписчиковLGPL-3.0-onlyfabricforgeneoforgequilt

Обновлён 8 августа 2024 г. · опубликован 7 августа 2022 г.

  • Скриншот: Log Begone
logo

discord patreon


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! logo

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.1fabric8 августа 2024 г..jar (72 КБ)
1.0.3Релиз1.21.1neoforge8 августа 2024 г..jar (72 КБ)
1.0.2Релиз1.21neoforge18 июня 2024 г..jar (71 КБ)
1.0.2Релиз1.21fabric18 июня 2024 г..jar (72 КБ)
1.0.1Релиз1.20.6neoforge6 июня 2024 г..jar (71 КБ)
1.0.1Релиз1.20.6fabric6 июня 2024 г..jar (72 КБ)
1.0.0Релиз1.20.6neoforge6 июня 2024 г..jar (127 КБ)
1.0.0Релиз1.20.6fabric6 июня 2024 г..jar (127 КБ)
1.0.0Релиз1.20.4neoforge6 июня 2024 г..jar (320 КБ)
1.0.0Релиз1.20.4fabric6 июня 2024 г..jar (127 КБ)
1.0.8Релиз1.20.2fabric, quilt21 сентября 2023 г..jar (124 КБ)
1.0.9Релиз1.20.1neoforge21 августа 2023 г..jar (57 КБ)
1.0.8Релиз1.20.1forge12 июня 2023 г..jar (57 КБ)
1.0.8Релиз1.20.1fabric, quilt12 июня 2023 г..jar (124 КБ)
1.0.7Релиз1.20forge11 июня 2023 г..jar (57 КБ)

Показаны последние 15 из 41 версий. Все версии — на Modrinth.

Ченджлог

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.

Полная история изменений — на Modrinth.

Комментарии

Загружаем…