-
Notifications
You must be signed in to change notification settings - Fork 1
My First Scan
In this guide, we’ll walk through how to scan an area to find obsidian blocks.
To perform a scan, you’ll need:
- Two opposite corners of a cubic region (coordinates)
- A whitelist file that defines which blocks to look for
- Open the mod settings by pressing Left Alt + ] (default keybind).
- In the settings screen, click the "Whitelists" button in the bottom-left corner.
- You’ll see an empty whitelist selection screen. At the top, enter a name for your new whitelist - for this example, type
obsidian- and click Create. - A new button labeled
obsidianwill appear with an X (delete whitelist) next to it. Click theobsidianbutton to open the whitelist editor.
If the UI appears too large or clipped, try reducing the GUI scale in Minecraft’s video settings.
- In the whitelist editor, locate the top-left input field labeled Block.
- Type
obsidianinto this field. - Once entered, the "Add to whitelist" button below will become active - click it.
- Congratulations! You’ve created your first working whitelist. Press Esc to return to the game.
There are two ways to start a scan:
Use the following syntax:
/scan <x1> <y1> <z1> <x2> <y2> <z2> whitelist <filename>.json
-
<x1 y1 z1>and<x2 y2 z2>are opposite corners of the cubic region you want to scan. -
<filename>.jsonis the name of your whitelist file (e.g.,obsidian.json).
Example:
To scan a 1000×1000 area from world origin:
/scan 0 -63 0 1000 64 1000 whitelist obsidian.json
- You’ll see colored faces outlining the scanned volume.
- Yellow squares may appear beneath you - these represent chunks that need to be loaded for scanning. Since you’re already in them, they’ll be processed immediately.
- In the bottom-right HUD, you’ll see two lines:
-
Selected blocks: number of matching blocks found (and coordinates of one of them) -
Unchecked chunks: number of chunks still pending scan
-
When both lines disappear, the scan is complete. You’ll also receive a chat message and an audible notification.
- If
Selected blocks > 0, look around: you’ll see red-highlighted blocks (or red vertical lines at horizon level if they’re far away). These indicate found obsidian.- Try placing an obsidian block nearby - it should also be highlighted.
- Distant highlights appear as vertical lines at eye level; as you approach, they “drop down” to the actual block position for better visibility.
All highlight colors are customizable. See the Config page for details.
- To finish the scan, move around the entire region so all chunks get loaded. The
Unchecked chunkscounter will decrease until it reaches zero. - While moving, you might see
Processed chunks: Nin the HUD. Avoid letting this number grow too large - wait for it to drop before continuing.- You can reduce Chunk scan cooldown in the settings (
Alt + ]) to process chunks faster ifProcessed chunksaccumulates.
- You can reduce Chunk scan cooldown in the settings (
- Open mod settings (Alt + ]) and click the Task button at the bottom.
- You’ll enter the Task Manager interface:
- Top: two panels for entering scan coordinates
- Bottom: scan control buttons
- If a scan is already running, you’ll see its progress. Click Stop scan if needed.
- Enter the same coordinates as before:
- First corner:
0 -63 0 - Second corner:
1000 64 1000
- First corner:
Tip: Hover over the
+/-buttons next to each coordinate field. You can adjust values using:
- Left-click, Right-click, or Mouse wheel
- Hold Shift, Ctrl, or Alt for finer/coarser adjustments
- From the dropdown below, select your
obsidian.jsonwhitelist. - Click Start scan.
The scan will begin exactly as described in the command method.
Now you’re ready to explore your world with AreaScanner! May the Force be with you!