Skip to content
Success

Changes

Summary

  1. #468: Allow delegation of certain elements to Vanilla when using a (details)
Commit 6a4242cb72fba34b45bb584f75c12da1acd0beb2 by md_5
#468: Allow delegation of certain elements to Vanilla when using a custom ChunkGenerator

Allows delegation of caves, decorations, mobs and structures to the Vanilla generation algorithms.
Overriding these methods to return true enables that aspect of Vanilla generation, which is applied after the ChunkGenerator's custom generation.
The file was modified src/main/java/org/bukkit/generator/ChunkGenerator.java