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.
2 parents 35228a9 + 169bb0d commit e5470d3Copy full SHA for e5470d3
src/main/java/net/coderbot/iris/mixin/MixinOptions_Entrypoint.java
@@ -13,7 +13,7 @@
13
import org.spongepowered.asm.mixin.injection.Inject;
14
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
15
16
-@Mixin(value = Options.class)
+@Mixin(value = Options.class, priority = 990)
17
public class MixinOptions_Entrypoint {
18
@Unique
19
private static boolean iris$initialized;
0 commit comments