your current location:首页 > news>Customize the addition of compressed drawer storage drawers (Storage DRAWERS) Minecraft Game

Customize the addition of compressed drawer storage drawers (Storage DRAWERS) Minecraft Game

2024-12-10 17:44:48|Myriagame |source:minecraft skins

This tutorial is set by the author to use the CC by-NC protocol.

First find the configuration file of the storage drawer. The configuration folder is stored in /minCraft/config/StoRagedrawers.cfg.

StoRagedrawers.cfg is the configuration file we need to find.The version is 1.12.2!

1. Open the configuration file and find about the nin5th line, keywords like a keyword

registries {

# Items shopping be in form domain: item or domain: item: meta.

S: Compactingrules <

Minecraft: Clay, Minecraft: Clay_ball, 4

2. This word is the place where the compressed drawer items are created. According to the annotation of the configuration file, you can know the added method. Below I use a certain item as the example

[DEFAULT: [MineCraft: Clay, Minecraft: Clay_ball, 4]]]

The format of the formula of the addition of the box is:

[DEFAULT: [Compression results, compressed items raw materials, the number required for compression]]]

3. Sample display, we use the line to compress into wool as an example. Open the configuration file to add a new line under the configuration file

According to the annotation of the configuration file, our new line is:

Minecraft: Wool, Minecraft: String, 4

Wool, line, 4 lines

After adding it, save and enter the game to see the effect

In this way, we successfully customized a compressed drawer compression item.