回字有四种写法 —— Mixin 有七种引导方式


Mixin 自 0.8 版本以来支持了被 ModLauncher 引导,因此对于使用何种引导 Mixin 的方式又有了新的选择。

以下代码皆参照使用 Mixin 0.8 稳定版本

参考项目

ForgeSPI GitHub - MinecraftForge/ForgeSPI: Forge SPI

LegacyLauncher GitHub - Mojang/LegacyLauncher: Hacky code to launch our old versions from the new launcher!

MinecraftForge GitHub - MinecraftForge/MinecraftForge: Modifications to the Minecraft base files to assist in compatibility between mods.

Mixin GitHub - SpongePowered/Mixin: Mixin is a trait/mixin and bytecode weaving framework for Java using ASM

MixinBootstrap GitHub - LXGaming/MixinBootstrap: MixinBootstrap is a temporary way of booting Mixin in a MinecraftForge production environment.

modlauncher GitHub - cpw/modlauncher: Java 8 mod launcher


FledgeXu