Skip to content

v1.0.0

Compare
Choose a tag to compare
@fonnymunkey fonnymunkey released this 29 Jan 06:51
· 4 commits to main since this release

Initial beta release, tested as working alongside test mods.

Simplistic mixin utility for loading mixins both early and late, for use on both Forge, Minecraft, and coremods, but also non-coremods.
Includes the ability to toggle mixins with a supplier or remove other FermiumBooter mixins for testing/tweaking purposes.

It is still recommended to use alongside MixinBootstrap or Mixin Compat 0.7 - 0.8 in order to load mixins properly.
FermiumRegistryAPI contains JavaDoc info for usage.