Skip to content

Releases: fonnymunkey/FermiumBooter

v1.1.1

28 Aug 23:48
Compare
Choose a tag to compare

Fix compatibility with Cleanroom Loader 0.2.3
Update Mixin to 0.8.7
Update MixinExtras to 0.4.1
Note: Currently Non-Cleanroom MixinBooter loads MixinExtras 0.3.6 first, so newer 0.3.6+ features should not be depended on until MixinBooter updates if full compatibility with all mods is desired

v1.1.0

15 May 19:56
Compare
Choose a tag to compare

Shadow Mixin 0.8.5
Shadow MixinExtras 0.3.5
Rename file for CleanroomLoader compatibility

v1.0.1

16 Mar 23:55
Compare
Choose a tag to compare

Added handling for when a single configuration is registered with multiple suppliers, evaluated as short-circuit OR, in cases such as a common Accessor mixin.

v1.0.0

29 Jan 06:51
Compare
Choose a tag to compare

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.