your current location:首页 > news>The problem of how super ore modified ore generation rate and drop rate.

The problem of how super ore modified ore generation rate and drop rate.

2024-12-10 17:46:34|Myriagame |source:minecraft skins

This tutorial is set by the author's setting without permission.

This tutorial targets the problem of ore generation and drop in version 1.12.2, please refer to the other versions to refer to the modification by yourself

The production behavior of the super ore is related to the superores.cfg under the config folder

1. The original ore dropped modification:

Open Superores.cfg in this way, and find the number of ore drops below the following parts of "Vanilla Ores", such as:

# SET The Maximum Amount of Ores that Will Drop [Range: 2 ~ 1000, DEFAULT: 5]

I: SuperCoaldrop = 24

The red part indicates the default of the drop of the super coal ore (it should refer to the minimum value of the drop).]between.Other ores are modified by themselves as needed.

*The range of ore drop must be in [2, 1000], otherwise it will be invalid!

2. Modification of ore generation rate

Find the production rate of ore in the following part of the "ores Generation '', such as:

# Set the random spawn chance of the oure [range: 0 ~ 1000, default: 15]

I: Superredstonite = 15

The probability of the production of super redstone ore is 15. The specific calculation scope and significance of the probability of this generation need to be verified.Among them, the modification method is the same as the number of modified ore drops. Please compare it yourself.

By the way, 1.12.2 super diamond ore looks like it will not be generated at all

3. Modification of ore of other modules

Super ore supports the generation of other module ore (such as copper tin -lead uranium of IC2, GC aluminum ore, etc.), please find the content below "Moded Ores '', such as::

# SET The Maximum Amount of Ores that Will Drop [Range: 2 ~ 1000, DEFAULT: 8]

I: Aluminumoredrop = 8

The usage is consistent with the method of modifying the number of drops, please compare it yourself.When the module ore you add is supported by the super ore, it will work here.

As for modifying the growth rate of module ore, it is merged with the original minerals in the "ols Generation '" part, please modify the corresponding name.