
Branded Logs
Prints information about your modpack into the logs & crash logs.
Обновлён 2 декабря 2024 г. · опубликован 31 августа 2023 г.
Branded Logs
This is a simple mod that allows modpack creators to print additional information about their modpack into the game's logs. This includes the name of the modpack and its version, as well as information about the user's machine, operating system, Java version, and RAM allocation.
This mod was greatly inspired by [Log More Info].
Why would anyone need this?
As a modpack author, you may often receive logs from players asking for help with an issue or crash. With this mod, there will no longer be any confusion about which version of your modpack a log was generated from. You will also no longer have to ask them about the hardware or Java configuration of their system, as that can easily be deduced from the logs!
How to use it
The mod will automatically parse modpack information from supported launchers right out of the box. However, if a configuration file from Better Compatibility Checker (bcc.json) is present, it will always take priority.
Supported Launchers:
- ✅ CurseForge App (minecraftinstance.json)
- ✅ Prism Launcher (instance.cfg)
- ✅ ATLauncher (instance.json)
- ✅ GDLauncher (instance.json)
- ❌ Modrinth App (No longer uses profile.json file)
To enable the mod to retrieve the version number and name of your modpack in an unsupported launcher, you need to include a configuration file from Better Compatibility Checker in your pack. You can either use the Better Compatibility Checker mod to generate the config file, or create one manually using the template below:
./config/bcc.json
{"modpackName": "INSERT_MODPACK_NAME_HERE", "modpackVersion": "INSERT_MODPACK_VERSION_HERE"}
Dependencies
Optional: Better Compatibility Checker
Links
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 2.2.0 | Релиз | 1.21.2, 1.21.3 | neoforge | 2 декабря 2024 г. | .jar (307 КБ) |
| 2.2.0 | Релиз | 1.21, 1.21.1 | neoforge | 2 декабря 2024 г. | .jar (307 КБ) |
| 2.2.0 | Релиз | 1.20.5, 1.20.6 | neoforge | 2 декабря 2024 г. | .jar (307 КБ) |
| 2.2.0 | Релиз | 1.20, 1.20.1 | forge | 2 декабря 2024 г. | .jar (310 КБ) |
| 2.2.0 | Релиз | 1.21.2, 1.21.3 | fabric | 2 декабря 2024 г. | .jar (132 КБ) |
| 2.2.0 | Релиз | 1.21, 1.21.1 | fabric | 2 декабря 2024 г. | .jar (132 КБ) |
| 2.2.0 | Релиз | 1.20.5, 1.20.6 | fabric | 2 декабря 2024 г. | .jar (132 КБ) |
| 2.2.0 | Релиз | 1.20, 1.20.1 | fabric | 2 декабря 2024 г. | .jar (132 КБ) |
| 2.1.1 | Релиз | 1.21.2, 1.21.3 | neoforge | 31 октября 2024 г. | .jar (305 КБ) |
| 2.1.1 | Релиз | 1.21, 1.21.1 | neoforge | 31 октября 2024 г. | .jar (305 КБ) |
| 2.1.1 | Релиз | 1.20.5, 1.20.6 | neoforge | 31 октября 2024 г. | .jar (305 КБ) |
| 2.1.1 | Релиз | 1.20, 1.20.1 | forge | 31 октября 2024 г. | .jar (308 КБ) |
| 2.1.1 | Релиз | 1.21, 1.21.1 | fabric | 31 октября 2024 г. | .jar (130 КБ) |
| 2.1.1 | Релиз | 1.20.5, 1.20.6 | fabric | 31 октября 2024 г. | .jar (129 КБ) |
| 2.1.1 | Релиз | 1.20, 1.20.1 | fabric | 31 октября 2024 г. | .jar (129 КБ) |
Показаны последние 15 из 31 версий. Все версии — на Modrinth.
Ченджлог
2.2.0Релиз1.21.2, 1.21.3 · 2 декабря 2024 г.
What's Changed
- Implemented automatic parsing of modpack information from supported launchers.
- CurseForge App ✔
- Prism Launcher ✔
- ATLauncher ✔
- GDLauncher ✔
- Fixed startup crash relating to the refmap not being set correctly in some build artifacts at random.
- This didn't occur when launching the game from my IDE, which is why i didn't catch it earlier. (Kind of an embarrassing mistake, as the fix was just to turn off parallelization in Gradle)
Full Changelog: https://github.com/HaXrDEV/Branded-Logs/compare/2.1.1...2.2.0
2.2.0Релиз1.21, 1.21.1 · 2 декабря 2024 г.
What's Changed
- Implemented automatic parsing of modpack information from supported launchers.
- CurseForge App ✔
- Prism Launcher ✔
- ATLauncher ✔
- GDLauncher ✔
- Fixed startup crash relating to the refmap not being set correctly in some build artifacts at random.
- This didn't occur when launching the game from my IDE, which is why i didn't catch it earlier. (Kind of an embarrassing mistake, as the fix was just to turn off parallelization in Gradle)
Full Changelog: https://github.com/HaXrDEV/Branded-Logs/compare/2.1.1...2.2.0
2.2.0Релиз1.20.5, 1.20.6 · 2 декабря 2024 г.
What's Changed
- Implemented automatic parsing of modpack information from supported launchers.
- CurseForge App ✔
- Prism Launcher ✔
- ATLauncher ✔
- GDLauncher ✔
- Fixed startup crash relating to the refmap not being set correctly in some build artifacts at random.
- This didn't occur when launching the game from my IDE, which is why i didn't catch it earlier. (Kind of an embarrassing mistake, as the fix was just to turn off parallelization in Gradle)
Full Changelog: https://github.com/HaXrDEV/Branded-Logs/compare/2.1.1...2.2.0
2.2.0Релиз1.20, 1.20.1 · 2 декабря 2024 г.
What's Changed
- Implemented automatic parsing of modpack information from supported launchers.
- CurseForge App ✔
- Prism Launcher ✔
- ATLauncher ✔
- GDLauncher ✔
- Fixed startup crash relating to the refmap not being set correctly in some build artifacts at random.
- This didn't occur when launching the game from my IDE, which is why i didn't catch it earlier. (Kind of an embarrassing mistake, as the fix was just to turn off parallelization in Gradle)
Full Changelog: https://github.com/HaXrDEV/Branded-Logs/compare/2.1.1...2.2.0
2.2.0Релиз1.21.2, 1.21.3 · 2 декабря 2024 г.
What's Changed
- Implemented automatic parsing of modpack information from supported launchers.
- CurseForge App ✔
- Prism Launcher ✔
- ATLauncher ✔
- GDLauncher ✔
- Fixed startup crash relating to the refmap not being set correctly in some build artifacts at random.
- This didn't occur when launching the game from my IDE, which is why i didn't catch it earlier. (Kind of an embarrassing mistake, as the fix was just to turn off parallelization in Gradle)
Full Changelog: https://github.com/HaXrDEV/Branded-Logs/compare/2.1.1...2.2.0
2.2.0Релиз1.21, 1.21.1 · 2 декабря 2024 г.
What's Changed
- Implemented automatic parsing of modpack information from supported launchers.
- CurseForge App ✔
- Prism Launcher ✔
- ATLauncher ✔
- GDLauncher ✔
- Fixed startup crash relating to the refmap not being set correctly in some build artifacts at random.
- This didn't occur when launching the game from my IDE, which is why i didn't catch it earlier. (Kind of an embarrassing mistake, as the fix was just to turn off parallelization in Gradle)
Full Changelog: https://github.com/HaXrDEV/Branded-Logs/compare/2.1.1...2.2.0
2.2.0Релиз1.20.5, 1.20.6 · 2 декабря 2024 г.
What's Changed
- Implemented automatic parsing of modpack information from supported launchers.
- CurseForge App ✔
- Prism Launcher ✔
- ATLauncher ✔
- GDLauncher ✔
- Fixed startup crash relating to the refmap not being set correctly in some build artifacts at random.
- This didn't occur when launching the game from my IDE, which is why i didn't catch it earlier. (Kind of an embarrassing mistake, as the fix was just to turn off parallelization in Gradle)
Full Changelog: https://github.com/HaXrDEV/Branded-Logs/compare/2.1.1...2.2.0
2.2.0Релиз1.20, 1.20.1 · 2 декабря 2024 г.
What's Changed
- Implemented automatic parsing of modpack information from supported launchers.
- CurseForge App ✔
- Prism Launcher ✔
- ATLauncher ✔
- GDLauncher ✔
- Fixed startup crash relating to the refmap not being set correctly in some build artifacts at random.
- This didn't occur when launching the game from my IDE, which is why i didn't catch it earlier. (Kind of an embarrassing mistake, as the fix was just to turn off parallelization in Gradle)
Full Changelog: https://github.com/HaXrDEV/Branded-Logs/compare/2.1.1...2.2.0
Полная история изменений — на Modrinth.
Комментарии
Загружаем…
