your current location:首页 > news>Configuration tutorial custom synthetic table (CUSTOM Recipes) Minecraft Game

Configuration tutorial custom synthetic table (CUSTOM Recipes) Minecraft Game

2024-12-09 18:32:29|Myriagame |source:minecraft skins

Basic common sense: Want to define items/squares in mods, and use their ID like this:

*pipe = 185

Then use the keyword PIPE you defined

If it is an item, please note that you must add 256 to your ID. For example, the use examples of items with an ID with 500 in the configuration file are as follows:

*Explosiveegg = 5256.

Pixel synthesis:

Shaped (name, m + name, m + name, m / name, m + ...)> (name, count, meta)

Meta (post -standard/injury value) and count (quantity) are available.

Define the pictograph component of two parts: the left is synthesis, and the right side is the synthesis result

name = You can use the ID of the keywords or items/blocks you defined

Meta = meta/damage value. That is, the rear standard number, sometimes it is durable, or different blocks that distinguish between the same square ID

count = quantity, default 1 (that is, default to 1)

Synthetic table content looks like this

(The name+name+name pieces)

Use; or | or / come to the branch.

Each line must be waited for long.

Use "NULL", "None", "Air" or "Nothing" to fill the space.

Shapeless (name, m + name, m + name, m ...)> (name, count, meta)

Meta (post -standard/injury value) and count (quantity) are available.

There is only one line of non -pictographic synthesis, which contains up to 9 items.

SMELTING (name)> (name, count, meta)

Meta (post -standard/injury value) and count (quantity) are available.

Monograph synthesis can only add one item, and cannot specify META.

You can add fuel to the following format:

fuel (name, burn_time)

fuel (name, meta, burn_time)

Meta can be default.

Name can fill in the custom name or item/square ID, and the burntime defines the burning time.

In the original version:

The burning time of the wooden stick is 100, the wooden board is 300, the coal is 1600, and the magma barrel is 20,000.

If the number you write is too large, you will get almost infinitely used fuel.

Alias, custom name, custom keyword

The format is:

*Alias ​​= ID, META

Meta can be default.

After the definition, you can use alias to replace the ID to increase the readability of the configuration document.

Alias ​​can contain subtitles, numbers, and lower lines, and ID can only be numbers.

Alias/keywords are already predetermined, but you can also define yourself.

#Or // The contents of the post are notes.

No need to open a new line.