LXGaming / MixinBootstrap

MixinBootstrap is a temporary way of booting Mixin in a MinecraftForge production environment.
Apache License 2.0
54 stars 4 forks source link

How can developers use this in their projects? #37

Closed FriederHannenheim closed 4 years ago

FriederHannenheim commented 4 years ago

I want to use mixins in my project, but there's no description on how to do that.

LXGaming commented 4 years ago

You can find a project setup example here: https://github.com/qouteall/ForgeWithMixinExample

You do not need MixinBootstrap for development, It's only required when running Forge 1.15.2 in a production environment as Mixin isn't included by Forge.