Crash Log Additions
Modby Dyonovan
Adds Addition Custom Information to Crash Reports
Type
Mod
CurseForge Downloads
254,083
CurseForge ID
247499
Last Updated
Jul 27, 2026
Description
Allows Pack Makers to add custom information to Minecraft Crash Reports!
For Pack Makers that have multiple version of a pack out, this will help to tell if a Crash has been fixed or not.
To Add the Information to the Crash Reports, edit the Config file:
Pre 1.16.5 - CrashLogAdditions.cfg
# Configuration file
"mod pack name" {
S:modPackName=Mod Pack Name <- This can be any text you want. Will appear first.
}
"mod pack notes" {
S:modPackNotes <
Each Line <- As Many lines as you want
Is A Seperate Line
>
}
"mod pack version" {
S:modPackVersion=Mod Pack Version <- This can be any text. Will Appear after modPackName
}
1.16.5 and Above - CrashLogAdditions-common.toml
["ModPack Info"]
#Mod Pack Version
ModPackVersion = "1.0.0" <--- Any String
#Mod Pack Name
ModPackName = "SomeModPack" <--- Any String
#Mod Pack Notes
ModPackNotes = ["Line1", "Line2", "Line3"] <-- Any amount of lines
Example Output in Crash Report:
UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJAAAA crashlogadditions{@VERSION@} [Crash Log Additions] (CrashLogAdditions1710)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 368.22' Renderer: 'GeForce GTX 780/PCIe/SSE2'
Mod Pack Name - Mod Pack Version:
Each Line
Is A Seperate Line
Launched Version: 1.7.10
LWJGL: 2.9.1
Similar Mods
Mutated Items
🔥 Turn 16 items into several dauntless creatures
YUNG's Menu Tweaks (Fabric)
A small, lightweight mod that makes browsing menus a lot easier
Fancy Block Particles - Renewed
3D Digging Particles! Original mod by MorphoxL
Server-side Vein Miner & Tunneler
A veinminer for servers that works with vanilla clients. Also includes a tunnel digger
'Dustrial Decor [Fabric]
Adds industrial-looking blocks for your mega-factories.
FTB Ranks (Fabric)
Adds ranking system that lets you give certain players permissions, username formatting, etc.