Terrain Control v2.6.0
Details
-
FilenameTerrainControl.jar
-
Uploaded by
-
UploadedMar 23, 2014
-
Size624.30 KB
-
Downloads5,931
-
MD555a3fb45db54e588637c00d0dcd33316
Supported Bukkit Versions
- 1.7.4
- 1.7.2
Changelog
The biome layout generator isn't fully updated yet, so the biomes won't be placed as nice as vanilla 1.7 does. You can set
BiomeMode
(WorldConfig.ini) toDefault
to use the vanilla 1.7 biome layout generator. Custom resource and height settings will still work.This file will only work on both CraftBukkit 1.7.5 and Forge 1.7.2 - 1.7.10. Ignore the versions in the sidebar, BukkitDev doesn't allow plugin developers to select 1.7.5.
Biome inheritance
- If a biome has a value for
BiomeExtends
, it will copy all missing settings from the biome listed inBiomeExtends
. - If you have a lot of similar biomes, you now only need to specify the settings that are actually different. If you change one setting in the parent biome, all child biomes too will have the setting aplied to them .
Biome ids
- Extended biome id limit to 1023.
- Biomes with ids 256 - 1023 cannot be saved by Minecraft, so they need to have a ReplaceToBiomeName setting that replaces the biome to a biome in the 0 - 255 id range.
Block ids
- Added support to reference modded blocks by name.
- Deprecated block ids, they will be autoconverted to block names.
Folder structure
- Renamed
BiomeConfigs
folder toWorldBiomes
- Changed biome config extension to
.bc
(can be changed back in theTerrainControl.ini
) - Added a
GlobalBiomes
folder which allows you to share biomes across multiple worlds on the same server. - Biome configs can now be placed in subfolders of
WorldBiomes
andGlobalBiomes
.
Mesa improvements
- Improved mesa beaches: they will now change their height depending on the WaterLevelMax of the biome.
- Fixed mesa bryces when using ImprovedRivers: true.
Various other fixes and improvements
/tc reload
code rewritten, reloading should be more reliable.- All block spawn conditions now accept block data.
Changes which may affect your current world
- Changed island generation a little bit, which may cause a few worlds to change their biome layout on some places.
- Vanilla biomes can no longer have a ReplaceToBiomeName setting.
- Fixed the logging settings in
TerrainControl.ini
being broken since 1.7/Log4j.
- This file only supports Minecraft 1.7.5 on Bukkit and 1.7.2 on Forge.