Jaopca's configuration file translation [Jaopca] Just a ore processing compatability attempt minecraft game

Version

The version is 2022/10/4, the latest version 2.3.0.0 version

This is a predecessor to plant trees and then get cold.

start

Materials part

#Should the mod find Ingot Materials with res.

// Does the MOD be applied to ore and ingots?(For example, iron, there are ore and ingot)

Ingot = TRUE

#Should the mod find gemmaterials with res.

// Whether the MOD should use ore and gem material (such as Xinghui sapphire, ore and gemstone)

GEM = TRUE

#Should the mod find crystal materials with res.

// Whether the MOD should use ore and crystal material (I can’t lift the chestnuts)

crystal = true

#Should the mod find dust maperials with res.

// Whether this MOD should use ore and powder material (I can’t lift chestnuts)

dust = true

#Should the mod find Ingot Materials without res.

// Whether this MOD should use materials without ore but ingot (such as bronze made of alloy furnaces, no ore, but it is ingot)

Ingotplain = true

#Should the mod find gemmaterials without res.

// Whether the MOD should use materials without ore but gems (such as synthetic gems, no ore, but it is gem)

Gemplin = TRUE

#Should the mod find crystal materials without res.

// Whether the MOD should use materials without ore but crystal (such as XX crystals, no ore, but crystal)

crystalPlain = TRUE

MaterialOverrides part

#List of materials that should be gems.

// The list of materials that do not need to be loaded.

GEM = ["Coal", "Diamond", "Emerald", "Lapis", "Prismarine", "Quartz"]]

// "Coal", "Diamonds", "Emerald", "Lushim Stone", "Sea Crystal Stone", "quartz"

(You can delete the things in this line. Seeing that there will be various strange things, such as the "Quartz block" 3x3 quartz block is really outrageous)

#List of materials that should be crystals.

// The list of crystals that do not need to be loaded.

crystal = []

#List of materials that should be dusts.

// The list of materials that do not need to be loaded.

dust = ["redstone"]

// "Red Stone Fan"

the itMelection part

#List of Mods that are preferred when selecting items in recipes.

// Synthesize priority, prefer to use the items of the module in the list

Be sure to remember that this synthetic table is Jaopca priority. What you do is not the original Olihagang block, but the first picture of the picture (but there is no problem here because the plant magic is loaded than Jaopca) first)

preferredmods = ["Minecraft", "jaopca"]]

// Default order MC Original> JAOPCA

Oredict section

#List of omict names that should not be added.

// Full blacklist (put in the mineral words, then this thing will not be loaded by Jaopca)

Blacklist = []

// Russia's mineral words are Putting "OSMIUM" into the related things Jaopca will not load it again (remember "") #List of Oredict Modules that should not be register.

// The blacklist registered by the module

For example (block), crystal (crystal), pink (dust), and the like), no one will write Chinese directly (booking someone will write "moduleBlacklist = [powder]" and the like)

moduleblacklist = []

#List of Custom Oredict Entries to add. Format:

// Custom!IntersectionIntersection"[]" In "Custom = []" adds "items ID = mineral"

Note here the additions: chenmings_tinkeers_-zi_ran_zhi_jin_INGOT I registered by addition

For example, Custom = ["additions: chenmings_tinkeers_-zi_ran_zhi_jin_INGOT = Ingot_zi_ran_zhi_jin"] (Remember "")

(Note: Write multiple lines to go "xxx = xxx", "xxx = xxx")

Jaopca will load items about additions: chenmings_tinkeers_-zi_ran_zhi_jin_INGOT

For example:

CUSTOM = []

Recipes part

#List of recipes that should not be added.

// Enter the formula ID, and the format is "Formula ID"

Blacklist = []

#List of recipes by regex that should not be added.

// This supports regular expression, both are blacklists.

regexblacklist = []

OK is finally finished, do you ask me [color] and [material localization]?

e, go and see Google Translation

(Reminder of the blacklist: If the Materials file is not effective after the restart is restarted, delete the Materials file and let him re -generate it, there is no problem)