SONAR

S.O.N.A.R. - Scanner mod for ore, biome, structure, mobs, cable and fluid detection

File Details

sonar-1.0.2

  • R
  • May 4, 2026
  • 494.92 KB
  • 41
  • 1.21.1
  • NeoForge

File Name

sonar-1.0.2.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:sonar-1476695:8037134"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Server Configuration (sonar-server.toml)

The mod now supports a server-side config file that lets server admins customize balance and content filtering.

Scanner

  • energyCapacity — base energy capacity of the scanner (default: 50 000 FE)
  • scanRange — base scan range when no range module is installed (default: 16 blocks)

Range Module

  • minRange — minimum scan range per level [level1, level2, level3] (default: 16, 32, 64)
  • maxRange — maximum scan range per level [level1, level2, level3] (default: 64, 128, 256)

Energy Module

  • capacity — bonus FE capacity per level [level1, level2, level3] (default: 50 000, 100 000, 150 000)

Ore / Cable / Fluid / Biome / Structure modules

  • whitelist — if non-empty, only listed entries are shown in the picker
  • blacklist — listed entries are always hidden

Example:

<button class="copyButton_CEmTFw copyButton_-a7MRw" title="Copy code" aria-label="Copy code to clipboard"></button>
[ore_module]
  whitelist = ["minecraft:diamond_ore", "minecraft:iron_ore"]
  blacklist = []

Other changes

  • Range and Energy module tooltips now reflect config values in real time
  • Config type changed from Common to Server (synced across all players on a server)