Scanner
Modby Eladkay
Scans void chunks for terrain!
Downloads
5,035,925
Type
Mod
CurseForge ID
250833
Last Updated
Apr 9, 2026
Description
Depends on FTBLib and requires at least one mod to provide the RF API.
For 1.12.2 it depends on FTBLib, Redstone Flux, and LibrarianLib.
Ever wanted to scan void chunks? Sure you did.
Ever wanted to actually find terrain? Sure you did!
Ever wanted to find ores from the void? SURE YOU DID!
Now with extra biomeness!
Add mod ores (MT/CT support):
Before 1.6.4:
mods.scanner.Scanner.addRecipe(<minecraft:diamond_block>, 50, 0, 32);
where <minecraft:diamond_block> is the ore, 50 is its rarity (one in fifty blocks will have a diamond block), 0 is the minimum Y level, and 32 is the maximum Y level.
1.6.4 and beyond:
mods.scanner.Scanner.addRecipe(<minecraft:diamond_block>, <minecraft:stone>, 50, 0, 32); where <minecraft:stone> is the block to replace in the world, <minecraft:diamond_block> is the ore, 50 is its rarity (one in fifty blocks will have a diamond block), 0 is the minimum Y level, and 32 is the maximum Y level.
You are welcome to check out Levitated, a modpack brought to you by Misterplus, a contributor to Scanner. It's very cool!
Patreon: https://www.patreon.com/Eladkay
YouTube (not used): Eladk
Discord: Eladkay#1090
Reddit: eladkr85
Similar Mods
Leaves Be Gone
Quick leaf decay from cutting down trees. Built for fast performance and mod compat!
Relics
Just a mod about useful items with unique mechanics :3
Translocators 1.8.+
A fancy way to move stuff.
Get It Together, Drops!
Adds tags and configuration options for defining how dropped items should combine.
Fast Async World Save[Forge/Fabric]
Prevent lag-spikes and data loss during intermittent world saves
Library Ferret - Forge
Shared lib for the mods of jtorleon-studios-team