ChunkPie

A client-side chunk scanner that detects and reports all Block Entities present in the currently loaded chunk.

ChunkPie

ChunkPie is a lightweight client-side utility that scans the chunk you are currently standing in and displays all detected Block Entities.

The mod is designed for exploration, debugging, technical gameplay, and research of world structures.

Features:
Automatically scans the current chunk whenever the player enters a new one.
Detects all loaded Block Entities inside the chunk.
Displays the total number of Block Entities found.
Lists every detected Block Entity type.
Works entirely on the client side.
No server installation required.
How It Works

Every time you move into a different chunk, ChunkPie performs a scan of the currently loaded chunk.

The mod collects information about all Block Entities present in that chunk, such as:

Chests
Barrels
Hoppers
Furnaces
Shulker Boxes
Beacons
Spawners
And any other Block Entity provided by Minecraft or installed mods

After scanning, ChunkPie reports the results directly in the in-game chat, showing:

The number of Block Entities found
The type of each detected Block Entity

Example:

[ChunkPie] 3 BlockEntities: minecraft:chest, minecraft:barrel, minecraft:hopper
Use Cases
Locating storage containers in loaded chunks
Technical Minecraft analysis
Debugging modded worlds
Investigating generated structures
Learning how chunks are populated with Block Entities
Requirements:

Fabric API

Notes:

ChunkPie only scans chunks that are already loaded on the client. It does not reveal information from unloaded chunks and does not modify the game world in any way.

Is this cheats?
No, this uses default pie-chart to scan chunk.
Pie-Chart is F3+1

The ChunkPie Team

profile avatar
  • 1
    Projects
  • 4
    Downloads