https://github.com/misode/chunkscan
Simple Chunk Scanning Library for Minecraft Data Packs
https://github.com/misode/chunkscan
Last synced: 3 months ago
JSON representation
Simple Chunk Scanning Library for Minecraft Data Packs
- Host: GitHub
- URL: https://github.com/misode/chunkscan
- Owner: misode
- Created: 2019-10-05T22:12:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-09T02:35:56.000Z (about 4 years ago)
- Last Synced: 2025-06-12T15:06:42.753Z (about 1 year ago)
- Language: mcfunction
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChunkScan
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|
## How to use
The preferred way to use this library is to bundle it within your data pack
1. Copy the `data/cs` folder to your data pack
2. Add the `"cs:load"` value to `data/minecraft/tags/functions/load.json` or copy the file if you don't have it already
3. Add your function to `data/cs/tags/generate.json`