Download Highlands Integrator — Minecraft Mods — MetaMods

Highlands Integrator

Active

Downloads

0

Last update

9 years ago
Client

Highlands Integrator

This mod serves as a bridge between the popular Highlands mod and other modifications whose biomes may not be automatically recognized. Its main function is manual registration of any biomes through a special JSON configuration file.

How it works

The system creates a special JSON file where you can specify parameters for each biome you want to integrate with Highlands. The configuration format demonstrates the flexibility of this approach:

[
  {
    "id": 237,
    "weight": 4,
    "type": "hot",
    "modName": "FakeMod"
  },
  {
    "id": 237,
    "weight": 4,
    "type": "sub",
    "parentId": 203,
    "modName": "FakeMod"
  }
]

Key Parameters

  • Biome ID: A unique identifier that can be found in the configuration files of relevant mods
  • Weight: A generation parameter used on the same scale as in Highlands configuration
  • Biome Type: Available options include hot, warm, cool, cold, ocean, and sub (nested)
  • Parent ID: A required parameter for subtypes (sub), indicating the main biome

Built-in Compatibility

The mod already includes support for Buildcraft 6 and Thaumcraft 4, and these features can be enabled or disabled through the configuration file. However, it should be noted that compatibility with all biomes is not guaranteed.

The mod is particularly useful in modified compositions where integration of various world generation systems is required.

Project members
thor12022

thor12022

Created: 14 Jan 2016

ID: 97295