Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Custom Biomes

Michael Weatherby edited this page Jul 27, 2020 · 1 revision

Datapack Utils cannot recognize custom biomes on its own. If you wish white/black list an ore or structure with a custom biome, do the following:

  1. Extend the function tag #du:generation/custom_biomes
  2. In this function, run this command: execute if <biome> run data merge storage du:temp {output:"<biome id>"}
Clone this wiki locally