SpongePowered / Mixin

Mixin is a trait/mixin and bytecode weaving framework for Java using ASM
MIT License
1.41k stars 194 forks source link

How do I use mixin in MCP to build a client, instead of building a forge mod or sponge plugin? #565

Closed Chaosdave34 closed 2 years ago

Chaosdave34 commented 2 years ago

Hello, is there a way to use Mixin without Forge or Sponge, but in a MCP project? I want to use it to build a custom Minecraft client.

gabizou commented 2 years ago

This isn't a support forum, nor a related Mixin question. Sounds like you don't know the basis of how MCP works (the toolchain), there's modding platforms for a reason (because they figured out how to build such toolchains).