your current location:首页 > news>[RML] Resource Mod Loader

[RML] Resource Mod Loader

2024-12-15 02:11:43|Myriagame |source:minecraft skins

summary

ResourceModloader is a result that allows loading non -executable mods (Resource Mod), but it can also be used as a module written in Java as a library.

In JE 1.13, Minecraft joined the data packet.Prior to this, the resource package already had a part of the data package function. For example, more formulas used JSON to define a large number of formulas, and the module author can also use JSON to define their progress.However, the data packet function of these resource packs can only be used in the module and cannot be applied to a real resource package.

This module reads the .zip, .jar files or directory containing RML.info files in the MODS/. The packaging was packed as a module and running.

Function

For details, you can view the simple official documentation.

Forge function

Can be displayed as a module normally.

Can apply the data packet function of the resource package provided by FORGE. It includes:

Use JSON to define the formula;

Use JSON to define progress.

Can be applied to resource packages.

ResourceModloader function

Use JSON to define ore.

Load the function.

Use JSON to define the loot table.

Configure file value coverage.

Configuration file The default value modification.

Add random slogan.

Make random slogans support the original JSON text.(Applicable to global)

Expand function

Load the kubejs script.

Load the CRT script.

gallery

Minecraft images

"More recipes" that eliminate the MOD structure are loaded by FML

Notice

ResourceModloader is not a Modloader, and it cannot load the MOD replacement of Modloader.

The data does not have a coverage function, and only has the data packet effect as the .

Minecraft images

Minecraft images

Minecraft images

In addition to other statements, MCMOD.CN, all open public editing content uses the BY-NC-SA 3.0 protocol.