promotional bannermobile promotional banner

Observer’s Lens – Smart Scanner & Leveling System

🔍 "A smart scanner that levels up with you. From coal to diamond and beyond."

File Details

ObserversLens-1.0.2-Fabric.jar

  • R
  • Jun 11, 2025
  • 474.86 KB
  • 70
  • 1.21.5
  • Fabric

File Name

ObserversLens-1.0.2-Fabric.jar

Supported Versions

  • 1.21.5

Curse Maven Snippet

Fabric

modImplementation "curse.maven:observers-lens-smart-scanner-leveling-system-1283456:6641393"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

🔖 Changelog (v1.0.2)

  • Fixed target cycling

    • Sneak + Right-Click now reliably cycles through unlocked ore targets stored in the lens’s NBT (current_target).

    • The first use initializes a default current_target to avoid empty-index errors.

  • Improved XP handling

    • Removed repetitive XP‐added log entries during each scan.

    • XP is now awarded silently on scan and block break, without console spam.

  • Optimizations

    • Centralized NBT reads/writes into helper methods (getOrCreateTag / initTagIfMissing).

    • Single‐pass ore scanning loop using the target from NBT rather than global static arrays.

    • Reduced redundant NBT accesses by copying and updating tags only once per action.