Simple Chunk Scanning Library for Minecraft Data Packs
This Data Pack provides a generic function tag which runs at every chunk that is generated, aligned at the bottom of the world and at the mininium xz coords. Supports custom dimensions and any world height between -2048-2048.
Chunk Scan depends on LanternLoad.
Hooks | Description |
---|---|
#chunk_scan:v2/generate | Called for every chunk generated |
Tags | Description |
---|---|
chunk_scan.chunk | Permenent markers indicating a metachunk has been generated. |
chunk_scan.gen | Temporary markers indicating a regular chunk is ready to be generated. |
chunk_scan.init | Temporary tag used to align markers. |
chunk_scan.disabled | Players with this tag will not generate custom terrain around them |
The preferred way to use this library is to bundle it within your data pack
data/chunk_scan
folder into your data packChunkScan/data/load/tags/functions/load.json
and your own data/load/tags/functions/load.json
data/chunk_scan/tags/v2/generate.json
. This will run in every chunk. Be sure to check conditions like the dimension you are in.For easier mangament of dependencies, check out my project Datapack Build Manager.
Copyright © 2024 Smithed
Not an official Minecraft product. Not approved by or associated with Mojang Studios