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 62b67b4 + dedfcbe commit 169bb0dCopy full SHA for 169bb0d
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