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

Chunk Generation

Michael Weatherby edited this page Jul 27, 2020 · 5 revisions

First, extend the function tag du:generation/chunk. DU will run that tag at the bottom corner of each chunk. How you implement your generation is then up to you. Remember to filter by dimension if needed.

DU's chunk generation is based on the library Chunk Scan for improved inter-datapack compatibility.

Relevant Code Locations