your current location:首页 > news>Fermium Boot and Minecraft

Fermium Boot and Minecraft

2024-12-12 09:21:22|Myriagame |source:minecraft skins

Existing function

A tool that simplifies Mixin loaded, which allows developers to load Mixin in early or late to modify the class that was not allowed to be modified.

Other existing functions:

Allow developers to enable or disable them before Mixin take effect.

Allow developers to ban other Mixin loaded by this module for the purpose.

Note: When using this module, it is still recommended to use MixinBootstrap or Mixincompat 0.7-0.8 as the Mixin loading module.

Developer use guide

Configure Mixin normally, and then use your original use in your IFMLLOADINGPLUGIN implementation class.

 mixins.addconfiguration ("configname"); 

Replace

 Fermiumregition of.enqueuemixin ("Confidname"); 

Or if you want to load Mixin one night, replace it for

 Fermiumregitiveapi.enqueuemixin (true, "configname"); 

You only need to perform the above operations, and this module will handle follow -up matters.


This module is still in the test phase, but has successfully completed the test in an active integrated package (RLC?).

This module is open source according to the MIT protocol. The author is very welcome to feedback questions / proposes / submit PR.