๐ŸŒ…BiomeGroups.yml

Configuration Guide for Biome Groups.

Default BiomeGroups.yml

Configuration Guide for Biome Groups

Example Biome group
Arid:
  - BADLANDS
  - DESERT
  - ERODED_BADLANDS
  - WOODED_BADLANDS

Steps to Create Your Own Biome Group:

1. Choose a Group Name:

Decide on a name for your biome group. This name is arbitrary and can be anything that helps you identify the group.

GroupName:
# GroupName can be arbitrary chosen.

2. List the Biomes:

Under the group name, list the biomes that belong to this group.

GroupName:
  - BIOME1
  - BIOME2
  - BIOME3

To use non-vanilla biomes, reference them by their correct namespace. For example, for a biome from the Terralith Datapack, use terralith:moonlight_valley


Last updated

Was this helpful?