aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorNopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>2023-10-03 06:15:40 +1100
committerGitHub <noreply@github.com>2023-10-02 21:15:40 +0200
commitf877ce10737f657fadab950d7fc7f5aee9e53d6c (patch)
treea6763fde1670cdbfd1b4dea1de13d93f672b2835 /src/main/resources
parentf402113f950150236108207cb566bd627f7257d3 (diff)
downloadNotEnoughUpdates-f877ce10737f657fadab950d7fc7f5aee9e53d6c.tar.gz
NotEnoughUpdates-f877ce10737f657fadab950d7fc7f5aee9e53d6c.tar.bz2
NotEnoughUpdates-f877ce10737f657fadab950d7fc7f5aee9e53d6c.zip
Add game directory to crash reports (#847)
* added /neudevtest crash * Add game directory to crash reports
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/mixins.notenoughupdates.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/mixins.notenoughupdates.json b/src/main/resources/mixins.notenoughupdates.json
index 16b473fc..b72c1ba4 100644
--- a/src/main/resources/mixins.notenoughupdates.json
+++ b/src/main/resources/mixins.notenoughupdates.json
@@ -11,6 +11,7 @@
"AccessorGuiPlayerTabOverlay",
"MixinAbstractClientPlayer",
"MixinContainer",
+ "MixinCrashReport",
"MixinEffectRenderer",
"MixinEntity",
"MixinEntityAgeable",
@@ -37,8 +38,8 @@
"MixinMinecraft",
"MixinMouseHelper",
"MixinNetHandlerPlayClient",
- "MixinOptifineCustomItems",
"MixinOFDynamicLights",
+ "MixinOptifineCustomItems",
"MixinPlayerControllerMP",
"MixinRender",
"MixinRendererLivingEntity",