your current location:首页 > news>Tx loader minecraft

Tx loader minecraft

2024-12-12 09:31:30|Myriagame |source:minecraft skins

[RL] Open source alternative to resource loader!

Function

Provide a directory that is consistent with the function of the resource package;

Provide the ability to cover any other module through the same resource position;

Important features — can download official resources automatically from Mojang's official server when the game starts, such as texture.Integrated package developers can configure this function through a JSON format configuration file, and module developers can also call a builder provided by this module through GlowredMan.txloader.txloaderCore#GetasSsetBuilder.

Compared with those official resources directly in the file, the biggest advantage of this method is the risk of not violating the Brand and Asset Guidelines of Mojang.

Is this important?

If you are a player: Well, not very important.

If you are an integrated package developer: important, because you can provide an official or your own resource (such as [CMM] custom main menu (such as [CMM] Custom Main Menu in a convenient way), And there is no legal risk of distributing official resources in violation of regulations.

If you are a module developer: important, because you can provide your module with the official game version of the resources in a convenient way (even get 1.19.2 sugarcane texture at 1.7.10),And there is no legal risk of distributing official resources in violation of regulations.