You are currently on the unstable branch. Click here to go to safety.
Download
Choose Minecraft Version
1.17.11.21v2.6.0
1.17.11.20.5v2.5.0
1.17.11.20.4v2.5.0
1.17.11.20.3v2.5.0
1.17.11.20.2v2.5.0
1.17.11.20.1v2.5.0
1.17.11.20v2.5.0
1.17.11.19.4v2.5.0
Close

Chunk Scan

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.

HooksDescription
#chunk_scan:v2/generateCalled for every chunk generated
TagsDescription
chunk_scan.chunkPermenent markers indicating a metachunk has been generated.
chunk_scan.genTemporary markers indicating a regular chunk is ready to be generated.
chunk_scan.initTemporary tag used to align markers.
chunk_scan.disabledPlayers with this tag will not generate custom terrain around them

How to use

The preferred way to use this library is to bundle it within your data pack

  1. Install LanternLoad in your datapack
  2. Copy the data/chunk_scan folder into your data pack
  3. Merge the contents of ChunkScan/data/load/tags/functions/load.json and your own data/load/tags/functions/load.json
  4. Create your own generate function and add it to 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.

Smithed

Copyright © 2023 Smithed
Not an official Minecraft product. Not approved by or associated with Mojang Studios