Byg's config description

The Config folder has a total of 6 JSON files, which corresponds to the overall setting of the control module and mineral generation, the main world biological group, the end of the biological group, the end of the biological group, the lower biological group, and the main world affiliated biological group departmentEssence

Note: A subsidiary biological group refers to the child biological group, such as fallen leaf forests and fallen leaf forests.

The generation of controlling the biological group is controlled by the JSON file with a corresponding dimension. Taking the JSON file format of the tree forest as an example:

 "Byg: Zelkova_Forest": {//

"Hills": [// The sub -biological group contained in

{{

"Weight": 4, // Corresponding to the biological group system to generate weight

"Data": "Byg: Zelkova_clearing" // The name of the sub -biological group

},

{{

"Weight": 3,

"Data": "Byg: Zelkova_Forest_hills"

},

{{

"Weight": 3,

"Data": "Byg: Fresh_water_lake"}

],,,

"Beach": "Minecraft: Beach", // The beach of the biological group system

"River": "Minecraft: River", // The river of the biological group

"Climate": "Cool", // The climate of the biological group (affecting rain, snow, not rain, etc.)

"Weight": 5, //

"Dictionary": [// label (affecting plant generation, overall color tone, etc.)

"Coniferous",

"Cold",

"Forest",

"Overworld"

]

}

In the same way, the remaining biological group configuration file formats are the same as above.