your current location:首页 > news>How to customize module configuration Extended Drawers Minecraft Game

How to customize module configuration Extended Drawers Minecraft Game

2024-12-10 17:54:33|Myriagame |source:minecraft skins

*This tutorial is provided by the module author, only translation and supplement.

You can use config configuration or data packets to customize this module.

Configure the root directory of the installation directory /config/extended_drawers.json, where the "client" is set to the client (such as display settings, etc.), and other settings are set for the server (such as the default storage number, whether it can overflow when removing the upgrade, etc.)Essence

Both the formula and the loot table can be modified through the data packet, find some default values ​​under SRC/main/Resources, and find other default values ​​under SRC/main/generated.

This module also provides the coverage method of compression method of compressing drawers, all of which are JSON format. The following are some examples:

Data//EXTENDED_DRAWERS/Compression_Overrides

{{

// For example, adding clay blocks to become clay, although it cannot be made directly by default.

"Clay_ball": 1,

"Clay": 4}

{{

// For example, write examples such as iron grains-iron ingot-iron blocks, and pay attention to their numbers.

"Iron_nugget": 1,

"Iron_ingot": 9,

"Iron_block": 81}

{{

// Disable the compression of the gold series, and you need to do this for each layer, otherwise there may be problems.

"Gold_nugget": 1}