Modscraper Modscraper Minecraft
Crash Log Additions logo

Crash Log Additions

Mod

by Dyonovan

Adds Addition Custom Information to Crash Reports

Type

Mod

CurseForge Downloads

252,189

CurseForge ID

247499

Last Updated

Apr 13, 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

Included in Modpacks

External Resources