your current location:首页 > news>Fermion Lib Minecraft

Fermion Lib Minecraft

2024-12-12 09:34:10|Myriagame |source:minecraft skins

Fermion Lib: A core call library for Forge 1.14.

You may know that Minecraft 1.13 Forge is seizing the opportunity to rewrite yourself.In this rewriting, the possibility of Java Coremod is almost completely eliminated, but chose JS -based attempts.Fermion's goal is to restore the old Java -based kernel mode, but at a safer level, try to avoid class loading problems and rely on the visitor mode instead of ClassNode 1.‎

If you download this MOD separately, in addition to the list in the list, anything in the game will not change.In fact, this MOD is a library for developers.Once you will install the start -up plug -in (or, more likely, a MOD with a startup plug -in), the Fermion Lib will be activated.‎

This MOD acts as a back -end service that allows you to create a startup plug -in without relying on the interior of the Modlauncher or Forge.For a fast entry guide for how to create a start -up plug -in for MOD, see Wiki provided on GitHub.‎

The stable API and prefabricated parts will be compatible with Minecraft version: This means that unless the byte code of the editing method changes, you do not have to update the Coremod structure to prevent some changes in Modlauncher.‎

Configuration system: All transformers can be enabled or disabled by users, but they can also provide custom configurations and customize experience according to user needs.‎

Proper IDE support: Unless you have JS plug -in in your IDE, the new Coremod system does not provide grammar highlighting or automatic completion.Starting the plug -in is written in Java, so you can now.‎

Objective description: You do not have to load a class to quote it, or rely on the method name to locate the correct class; you can use the class, method, and field descriptor to complete the work faster.‎

Start the plug -in and MOD in the same file without the need to extract the start -up plug -in or mod jar from the archive.‎

Fast collapse (AWA): If there is a problem with the creation of the plug -in, the game will not even start, and a error message will be printed in the log.This will allow you to automatically capture errors.‎

In order to ensure that the Fermion Lib is correctly loaded by FORGE, the system will copy it by itself at runtime, so as to effectively create a new jar file in the MODS directory.This is to avoid the restrictions in the Modlauncher loading system.It is not a different MOD or malicious attack: freely delete JAR or confront the extracted JAR with the original file.When Minecraft is closed, the generated file will be automatically deleted.‎