your current location:首页 > news>Flint Loader / Punch Minecraft

Flint Loader / Punch Minecraft

2024-12-12 09:19:04|Myriagame |source:minecraft skins

What is Flint Loader?

Flint is a small, open -source module loader system, which aims to provide services for players playing on servers such as SPIGOT / PAPER.This is not an alternative to Fabric, Quilt, Neoforge or FORGE, and will not allow you to run a module for them.Flint has its own API for modules.

Flint is an amateur/learning program that does not intend to replace any other module loader and will not allow you to use it to run the server.If you think this project is stupid and disappears, please do not use it.There is a better module loader and better module.

If this project has enough interest, it will continue to develop and improve, and may provide compatible layers for some Fabric client modules.

Any developers who have potential interests for this loader can do so freely and find help in Flint's Discord.You can also view the non -official DEMO module warehouse to understand some of the opinions of Flint development.

This project uses code from the Fabric module loader and a large number of modified components.

Core component

Flint Punch is the core of Flint, a module loader that is not related to the version.This provides motivation for the core ecosystem;

Flint API is used to develop the hooks and functions of the module;

Yarn is an open Minecraft mapping, and everyone can use it freely under the CC0 license;

Flint Steel is a Gradle plug -in, enabling developers to easily develop and debug modules;

Intermedialiary contains the matching information between different versions of Minecraft, making it possible to cross -version modules;

Tiny Remapper is a small and efficient tool for re -mapping jar files;

Mapping IO is a library for reading, operating and writing mapping files to support a wide range of formats.

Punch

Flint Punch is a start -up system that re -reflects MINECRAFT and processes Mixin fuzzy.The reason why it is named Punch is because it "hit" MC to execute it according to our wishes!

This library is a branch of Fabric Loader, with the following changes:

Dipped away all the specific content with Fabric, such as module discovery;

Name all Fabric classes and packages to avoid confusion;

Follow all server functions because Flint Loader does not need it.