Configuration file address
.mineCraft/Config/Ore_biome.cfg
File content:
# Configuration file
General {
I: biome_weight = 10
S: os <
Minecraft: Diamond_ore
Minecraft: GOLD_ORE
Minecraft: Emerald_ore
Minecraft: lapis_ore
Minecraft: Redstone_ore
Minecraft: Iron_ore
Minecraft: Coal_ore
IC2: Resource: 4
IC2: Resource: 3
IC2: Resource: 2
IC2: Resource: 1
"
D: Replace_Chance = 0.75
B: stop_vanilla_ore_generation = false
}
These are the configuration files I have added industrial 2.
The default configuration file of the module seems to be missing the original ore. I also added. The original version is 7 main world ore, and there are only five configuration files.
After adding, creating a new archive will be generated in the ore ecological group, provided that you add these mods.
If you want to add the ore of other modules, add it in the following format.
Add the format of the format ore:
Module name: ore name: 0
Forestry: Resources
Forestry: Resources: 1
Forestry: Resources: 2
This is the phosphorus ore, copper and tin ore of forestry.
This MOD regards the ore of the same name of different modules as two types of ore.
I: biome_weight = 10
This sentence is the size of the group system
D: Replace_Chance = 0.75
This sentence is the probability of generating a group
If I didn't guess wrong.
PS: The random changes of these two numbers may cause problems with the ore group.