/planet-generator

A way to generate random planets in Minecraft.

Primary LanguageJava

Planet Generator

A way to generate random planets in Minecraft, with a number of different settings.

Planet Generation

The planets are generated in the following way:

  • Get parameters: [radius] [preset]
  • Generate the sphere, and remove caves according to simplex noise
  • Texture the sphere according to parameters

2021-06-17_19 24 40

   

Planet Presets

Planets can also be generated from a config of presets, which have block values and their respective percentage chance to be selected for that parameter.

The config can also store subclasses, so you can group presets together under one name.

Planet.Generation.02.mp4