Simple Chunk Scanning Library for Minecraft Data Packs
This Data Pack provides a generic function tag which runs at every chunk that is generated in the overworld or nether. It marks chunks by replacing bedrock at y=0 with barriers.
| Hooks | Description | 
|---|---|
| #cs:generate | Called for every chunk generated in overworld or nether | 
| Tags | Description | 
|---|---|
| cs.chunk | Chunk Mmarkers. Used on area effect clouds | 
| cs.disabled | Players with this tag will not generate new terrain around them | 
| cs.init | Temporary tag used to align chunk markers | 
The preferred way to use this library is to bundle it within your data pack
- Copy the data/csfolder to your data pack
- Add the "cs:load"value todata/minecraft/tags/functions/load.jsonor copy the file if you don't have it already
- Add your function to data/cs/tags/generate.json