Fix incompatability with VanillaFix

This commit is contained in:
Sollace 2018-09-23 11:34:05 +02:00
parent 8c21872bc3
commit 227b571e95

View file

@ -18,7 +18,7 @@ import net.minecraft.crash.CrashReport;
* That means you, Killjoy.
*
*/
@Mixin(Minecraft.class)
@Mixin(value = Minecraft.class, priority = 9000)
public abstract class MixinMinecraft {
//
// Due to how JFrame works the only way to know for sure when the game hash crashed