Skip to content

r1.3.0 More World Types and Documentation

Compare
Choose a tag to compare
@UselessBullets UselessBullets released this 10 Nov 20:13
· 24 commits to 1.7.7.x since this release

TerrainAPI 1.3.0 will not work for TerrainAPI plugins made for versions before 1.3.0

If you are downloading the mod just to use then only download terrainapi-1.3.0.jar not terrainapi-1.3.0-sources.jar

Change Log

Additions:

  • Custom Config Class System
  • Added ChunkDecoratorRetroAPI
  • Added ChunkDecoratorOverworldHellAPI
  • OverworldAPI now applies to world types:
    • WorldType Paradise
    • WorldType Floating
    • WorldType Amplified
    • WorldType Island
    • WorldType Winter
    • WorldType Woods
    • WorldType Inland
  • Added HellConfig for changing tree leaves probability
  • Added JavaDocs
  • Added BaseInitialization class to help organize API Usage

Changes:

  • OverworldAPI Biome Feature Maps now configurable in json
  • Biome Feature Hashmaps moved into Overworld Config
  • Biome Feature Hashmaps should now be accessed with appropriate Overworld Config methods
  • Renamed and Refactored large amounts of the API
  • Moved some methods to the new Utilities Class

Removed:

  • Removed Methods and Fields previously marked as Deprecated

Fixes:

  • ChunkDecoratorNetherAPI now actually modifies Nether Generation
  • Tree worldFeature now generates per tree rather than per Tree Cluster