Skip to content
Success

Changes

Summary

  1. #619: Allow delegation of certain elements to Vanilla when using a (details)
  2. Remove unused seed in CustomChunkGenerator (details)
Commit 8a66d4c7ac262b6c0a97e52a3caa08a93feb90aa by md_5
#619: 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/craftbukkit/generator/CustomChunkGenerator.java
Commit d70084e53d09bb15a6d40ce8ce0ebc90ee74851e by md_5
Remove unused seed in CustomChunkGenerator
The file was modified src/main/java/org/bukkit/craftbukkit/generator/CustomChunkGenerator.java
The file was modified nms-patches/WorldServer.patch