Results 22 issues of LlamaLad7

Hi. I have just managed to compile the firmware on a Linux VM, but when I set it as my firmware in Mu, and try to flash a hello world...

[`MixinLoader`](https://github.com/DimensionalDevelopment/VanillaFix/blob/1.12-stable/src/main/java/org/dimdev/vanillafix/modsupport/mixins/MixinLoader.java) breaks with Mixin 0.8.3+, as `MixinProcessor` became package-private, leading to ``` java.lang.IllegalAccessError: tried to access class org.spongepowered.asm.mixin.transformer.MixinProcessor from class net.minecraftforge.fml.common.Loader at net.minecraftforge.fml.common.Loader.handler$zza000$beforeConstructingMods(Loader.java:1141) ``` MixinBooter fixed this [here](https://github.com/LoliKingdom/MixinBooter/commit/095a6e0d90c887d4a6b75106199f36629b772e98), perhaps you...

`throw` statements should possibly be supported in `@WrapWithCondition`, and maybe in a separate replace-style injector too. Possibly a dedicated injection point, or maybe just expect people to use `INVOKE` targeting...

enhancement

![image](https://user-images.githubusercontent.com/15244077/186473396-30b54e62-b505-4a6a-84e9-d2743bd83d9e.png) If I remove the namespace MCDev is happy (but obviously it fails at runtime)

type: bug
status: accepted

Title says it all. `ModifyArgs` is usable now.

This mod relies on and bundles Kotlin 1.3.0, and makes use of experimental features at the time of development (unsigned types), and so when other mods bundle Kotlin 1.5.30, this...

Does what it says on the tin. Enum subclass extensions are currently broken on Java 16+

Based on my other PR since I can't build otherwise. Mixin strictly disallows re-entrance during transformation so we should avoid evaluating args suppliers at transformation-time, instead storing the supplier and...

This causes issues with a lot of mods, and should especially not be done since Fabric itself now includes much newer MixinExtras and on newer versions FAPI relies on the...

Since 0.8.6 they are not restricted to use in `@Slice`s

type: bug
status: unverified