Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 625 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 625 Bytes

VanillaGenerator

This is a port of GlowstoneMC's world generator. VanillaGenerator will register two world generator types when it loads — vanilla_overworld and vanilla_nether. Set the generator type of your world to any one of these to try them out. This can be done directly from pocketmine.yml like so:

worlds:
 world:
  generator: vanilla_overworld # sets generator type of the world with folder name "world" to "vanilla_generator"
 nether:
  generator: vanilla_nether

You may be required to delete your existing world for the generator type to change.