TerrainControl v2.6.3
- Forge version: fixed calling events like DecorateBiomeEvent with the wrong coordinates.
- Forge version: fixed help text not appearing next to generator type selection button in the singleplayer world creation screen.
- The setting
PopulationBoundsCheck
will now also ignore third party mods that are placing blocks outside the chunks being populated. - Forge version: fixed ArrayIndexOutOfBoundsException in biome colorizer when using a high temperature and wetness.
- Fixed settings MinMoisture and MaxMoisture, designed for
BiomeMode: OldGenerator
, having a subtle effect other biome modes. - Add hidden
PopulateUsingSavedBiomes
setting to the WorldConfig for WorldPainer interoperability. - Forge version: fixed duplicate call to
GameRegistry.generateWorld
. - Forge version: fixed OreGenEvent.Post being called on the wrong event bus.
- Fixed crash when adding vanilla biomes to the
CustomBiomes
setting. - Updated ore generation to Minecraft 1.8's optimized algorithm. No changes to the terrain.
- Updated cave generation to Minecraft 1.8's: sandstone ceilings will now appear.
- Ravines now cut through the
StoneBlock
as specified in the BiomeConfig, instead of only cutting through stone.
Thanks to talonos2 and banjomarx for reporting and helping to fix a lot of bugs.