We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 575d6f0 commit 76058e6Copy full SHA for 76058e6
build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
5
id("org.ajoberstar.grgit") version "5.3.2"
6
}
7
8
-val debugifyVersion = "1.0"
+val debugifyVersion = "1.1"
9
10
modstitch {
11
minecraftVersion = "1.21.10"
changelogs/1.21.10/1.21.10+1.1.md
@@ -0,0 +1,7 @@
1
+# Debugify 1.21.10+1.1
2
+
3
+## Changes
4
+- Fix crash with Controlify installed
+ - The fix for MC-59810 was failing. This was not caught in testing because the fix applies specifically for macOS.
+- Attempted mixin failure recoveries are now logged within crash reports, like they are in latest.log
0 commit comments