We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firstly I encountered this issue
[12:45:48] [main/INFO] (mixin) Remapping refMap quark.mixins.refmap.json using RemapperChain (Architectury Patched) [12:45:48] [main/INFO] (mixin) Remapping refMap quark.mixins.refmap.json using RemapperChain (Architectury Patched) [12:45:49] [main/WARN] (mixin) Error loading class: noobanidus/mods/lootr/config/ConfigManager (java.lang.ClassNotFoundException: noobanidus.mods.lootr.config.ConfigManager) [12:45:49] [main/WARN] (mixin) Error loading class: com/llamalad7/mixinextras/sugar/ref/LocalRef (java.lang.ClassNotFoundException: com.llamalad7.mixinextras.sugar.ref.LocalRef) Exception in thread "main" java.lang.RuntimeException: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:32)
Then I added
annotationProcessor("io.github.llamalad7:mixinextras-common:0.4.1")?.let { compileOnly(it) } include("io.github.llamalad7:mixinextras-forge:0.4.1")?.let { implementation(it) }
and got following result
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Firstly I encountered this issue
Then I added
and got following result
The text was updated successfully, but these errors were encountered: