Chunk Explorer Mod (1.12.2, 1.7.10) – Chunk XRay
Chunk Explorer Mod (1.12.2, 1.7.10) provides a collection of tools that are useful for debugging world generation related mods. This is a simple mod that adds a set of utility commands:
/chunkxray [radiusInChunks] [filter]
/chunkregen [radiusInChunks]
/chunksurvey [radiusInChunks] [filter]
/chunkreplace [radiusInChunks] blockToReplace blockToReplaceWith
Features:
/chunkxray
/chunkxray [radiusInChunks] [filter]
This command will destructively remove a set of blocks in a square chunk radius from your world, allowing you to see the ore underneath. The blocks removed are:
- Stone
- Sand
- Grass (block)
- Gravel
- Dirt
In order to prevent massive world lag, it will not remove any block that is touching Lava or Water. You can specify a filter to limit the blocks being removed. It uses a partial match, but is case sensitive, so typing ‘stone’ will not match ‘sandStone’. Although there is no limit, attempting to remove too many chunks worth of blocks will result in the server and then the client stalling while it processes your command.
/chunkregen
/chunkregen [radiusInChunks]
This command will cause the chunk to be regenerated. Depending on the implementations of the generation you may not end up with a 100% identical chunk. This is especially true around the edges as the order that the chunks are created can have an impact on ore generation.
/chunksurvey
/chunksurvey [radiusInChunks] [filter]
This command will scan all of the blocks in a chunk and give you a report on the various blocks found in a chunk. You can specify a filter to limit the blocks being surveyed.
/chunkreplace
/chunkreplace [radiusInChunks] blockToReplace blockToReplaceWith
A ridiculous addition my son asked me to add. Allows you to replace one type of block with another.
Screenshots:
Chunksurvey: Surveying the blocks in a chunk
Before running /ChunkXRay
After running /ChunkXRay
Using /ChunkReplace 1 log tnt to make TNT Trees
Requires:
How to install:
How To Download & Install Mods with Minecraft Forge
How To Download & Install Fabric Mods
Don’t miss out today’s latest Minecraft Mods
Chunk Explorer Mod (1.12.2, 1.7.10) Download Links
For Minecraft 1.7.10
Forge version: Download from Server 1 – Download from Server 2
For Minecraft 1.12.2
Forge version: Download from Server 1 – Download from Server 2