promotional bannermobile promotional banner

Xray - Dev Tools Neo/Forge/Fabric

Xray Experimental for developper to test mod ore generation
Back to Files

xray-fabric-1.21.4-1.0.4.jar

File namexray-fabric-1.21.4-1.0.4.jar
Uploader
arginou57arginou57
Uploaded
May 3, 2026
Downloads
452
Size
26.1 KB
Mod Loaders
Fabric
File ID
8034795
Type
R
Release
Supported game versions
  • 1.21.4

Curse Maven Snippet

Fabric

modImplementation "curse.maven:xray-neo-forge-fabric-1414116:8034795"

Learn more about Curse Maven

What's new

## 1.0.4

  ### Performance
  - Fixed major FPS drops when crossing chunk borders
  - Block scanning now runs on a dedicated background worker thread instead
    of blocking the render thread
  - Iteration by chunk section (16³) with empty-section skipping:
    ~100× fewer block accesses (radius 48: ~900,000 → a few thousand)
  - Scan is now triggered on player tick, no longer during rendering

  ### Stability
  - Thread-safe configuration (ConcurrentHashMap) — no more race conditions
    between the menu and the scanner
  - Mod explicitly marked client-only on all loaders (Forge, NeoForge,
    Fabric) — prevents issues on dedicated servers

  ### UI
  - Active category in the block picker is now highlighted (yellow + bold)
  - Removed unused imports

  ### Compatibility
  - Supports Minecraft 1.20.1, 1.21.1, 1.21.4
  - Loaders: Forge, NeoForge, Fabric

  Short version (CurseForge/Modrinth):

  - Fixed major FPS drops when crossing chunks
  - Scanning is now async and ~100× faster (per-section iteration)
  - Thread-safe configuration
  - Mod marked client-only on all loaders
  - Active category highlighted in the block picker menu

This mod has no additional files