diff options
author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2023-10-03 06:15:40 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-02 21:15:40 +0200 |
commit | f877ce10737f657fadab950d7fc7f5aee9e53d6c (patch) | |
tree | a6763fde1670cdbfd1b4dea1de13d93f672b2835 /src/main/resources | |
parent | f402113f950150236108207cb566bd627f7257d3 (diff) | |
download | NotEnoughUpdates-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.json | 3 |
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", |