- Updated to Minecraft 1.16.5. (Spigot renamed a field in the biome generator.)

WorldGeneratorApi 1.1.4
Advanced but easy to use API to customize your terrain
-
WorldGeneratorApi 1.1.4 (for Minecraft 1.16.5)
ccorp2002 likes this. -
WorldGeneratorApi 1.1.3 (for Minecraft 1.16.4)
- Fixed world generator injections not being performed when an org.bukkit.generator.ChunkGenerator is assigned to another world. Fixes //regen in WorldEdit.
-
WorldGeneratorApi 1.1.2 (for Minecraft 1.16.4)
- Updated to Minecraft 1.16.4. No longer compatible with Minecraft 1.16.3 or older.
- Fix NoiseToTerrainGenerator not respecting a change of BiomeGenerator.
- Fix incorrect generator settings being used for Nether and End dimensions. Thanks @ChimneySwift!
(Note: this is a reupload of 1.1.2, since previously only the API jar was uploaded, which cannot run.) -
WorldGeneratorApi 1.1.1 (for Minecraft 1.16.2-1.16.3)
- Fix decorations being spawned multiple times.
- Fix biome returning as null in DecorationArea.
-
WorldGeneratorApi 1.1 (for Minecraft 1.16.2)
- Updated to Minecraft 1.16.2. No longer compatible with 1.16.1 or older.
- Fixed a crash when Minecraft attempts to save settings of a custom biome generator.
- Fixed initial spawn chunks not being affected when modifying the world generator using the WorldGeneratorInitEvent.
-
WorldGeneratorApi 1.0.1 (for Minecraft 1.16)
- Fixed setBiomeGenerator throwing an exception.
-
WorldGeneratorApi 1.0 (for Minecraft 1.16)
- Updated to Minecraft 1.16.
- Added new DecorationType enum values to support Minecraft 1.16.
-
WorldGeneratorApi 0.6 (for Minecraft 1.15)
- Maven repo is not at codemc.io. See the wiki.
- Added a BiomeGenerator parameter to BaseTerrainGenerator.getHeight. The old method is still supported, but deprecated.
- Fixed a NullPointerException when setting a biome generator when no custom chunk generator was set.
- Fixed the vanilla terrain generator ignoring your custom...
OnyxianSoul likes this.