Minecraft Highlands Integrator mod 2026 download
logo
minecraft mod Highlands Integrator

Highlands Integrator

Game Version: 1.7.10
Total Downloads: 4,073
Updated: Jan 14, 2016
Created: Jan 14, 2016
Download Highlands IntegratorDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
0.1.0 release 13.79 KB Jan 14, 2016 1.7.10 4,073 download Highlands Integrator 0.1.0 releaseDownload

Description

Share this:

Requires Highlands 2.2.3.

 

Allows for biomes to be manually registered with Highlands via a JSON file, useful if a mod does not register its biomes in a way Highlands understands.

 

Something like this:

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

 

You need to find the ID of the biome that is being registered (hopefully found in its mod's config file).

The weight uses the same scale for biomes found in the Highlands config file

Valid biome types include hot, warm, cool, cold, ocean, & sub

The type "sub" specifies it is a sub biome and the element "parentId" is needed to specify which biome it is a sub of.

 

I make no guarantee that all biomes will work, and I do not plan on adding built-in support for more mods at this time.

 

 

Built-in support is also included for Buildcraft 6 and Thaumcraft 4 (enable/disable-able in the config file).

 

Feel free to use in modpacks, notification is appreciated, but not required.

 

Minecraft Forum Thread

 

Comments

Add a comment