your current location:首页 > news>[OS L] Or you T and Standard Libraries Minecraft

[OS L] Or you T and Standard Libraries Minecraft

2024-12-15 03:05:15|Myriagame |source:minecraft skins

Overview

Ornithe Standard Libraries (referred to as OSL) offers the Ontithe tool for development:

CORE API: Provides general practical procedures used by other modules, such as event systems and registry;

Branding Patch: Use the MOD loading program information in 16W05A and below to modify the title screen to simulate what you see in 16W05B and above.This is done by analyzing the running parameters of Option.VeringType;

Config API: Provides a framework for constructing and storing MOD configurations;

Entrypoints API: Allow MOD developers to submit the entry point before the game initialization;

Lifecycle Events API: tracking MC client and server (biological) life cycle;

Networking API: It provides a framework for client & server communication;

Resource Loader API: Allow mods to load their resources into the game.

Developer information

If your mod wants to use OSL as the front, the PLOCEUS Gradle Plugin will provide you with some solutions:

 Dependencies {... placeus.Dependosl ('0.8.0')} 

You can also add dependencies to each OSL module:

 DependenCies {... placeus.Dependoslmodule ('Core', '0.4.1') Ploceus.Dependoslmodule ('Entrypoints' '0.4.0')}