Worldgen files - hotwopik/WorldMagic GitHub Wiki
worldgen
files is group of file types in vanilla minecraft that configures some world generation sides.
In WorldMagic realization these files should contain vanilla file definition and unique field id
to register under.
Here is a complete table of supported file types, their subfolders relative to the plugin folder and their corresponding vanilla files definitions from minecraft.wiki:
Folder | File type |
---|---|
worldgen/noise |
Noise |
worldgen/density_function |
Density function |
worldgen/noise_settings |
Noise settings |
worldgen/configured_carver |
Carver |
worldgen/configured_feature |
Feature |
worldgen/placed_feature |
Feature placement |
worldgen/biome |
Biome |
worldgen/processor_list |
Structure processor |
worldgen/template_pool |
Structure template pool |
worldgen/structure |
Structure |
worldgen/structure_set |
Structure placement |