Download Crash Log Additions — Minecraft Mods — MetaMods

Crash Log Additions

Active

Downloads

0

Last update

2 years ago
Client
Utils

Crash Log Additions

The mod provides Minecraft modpack creators with a convenient tool for adding custom information to crash reports. This is especially useful in situations where different versions of the same modpack exist - it helps quickly determine whether a particular error has already been fixed.

Configuration

To include additional information in crash reports, you need to edit configuration files:

Versions below 1.16.5 File: CrashLogAdditions.cfg

# Configuration file

"mod pack name" {
    S:modPackName=Modpack Name  <- Can be any text. Displayed first.
}

"mod pack notes" {
    S:modPackNotes <
        Each line      <- You can add any number of lines
        Is a separate line
     >
}

"mod pack version" {
 S:modPackVersion=Modpack Version <- Can be any text. Displayed after modPackName
}

Versions 1.16.5 and above File: CrashLogAdditions-common.toml

["ModPack Info"]
     # Modpack version
     ModPackVersion = "1.0.0" <- Any string
     # Modpack name
     ModPackName = "SomeModpack"  <- Any string
     # Modpack notes
     ModPackNotes = ["Line1", "Line2", "Line3"] <- Any number 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'
Modpack Name - Modpack Version:
      Each line
      Is a separate line
Launched Version: 1.7.10
LWJGL: 2.9.1
Project members
Dyonovan

Dyonovan

Created: 3 May 2023

ID: 77957