mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-26 06:18:00 +01:00
Fix incompatability with VanillaFix
This commit is contained in:
parent
8c21872bc3
commit
227b571e95
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue