mirror of
https://github.com/barkeser2002/Not-Enough-Crashes.git
synced 2026-09-25 03:19:54 +03:00
Reimplements the core Not Enough Crashes features for Minecraft 1.12.2 on the legacy Forge toolchain (ForgeGradle 2.3, MCP mappings, SpongePowered Mixin), since Architectury/Fabric/Yarn do not support 1.12.2. Features: - Catches client game-loop crashes and shows a recoverable crash screen instead of closing the game (return to title / quit / open report). - Blames the mod most likely responsible by mapping stack-trace classes back to their owning mod. - Adds a Suspected Mods line to every crash report (client and server). Mixin is shaded and bootstrapped by a small Forge core plugin. A GitHub Actions workflow (.github/workflows/build-1.12.2.yml) builds it on JDK 8.
8 lines
157 B
Properties
8 lines
157 B
Properties
org.gradle.jvmargs=-Xmx3G
|
|
org.gradle.daemon=false
|
|
|
|
mod_version=4.1.4-1.12.2
|
|
forge_version=1.12.2-14.23.5.2847
|
|
mappings_version=stable_39
|
|
mixin_version=0.8.5
|