Skip to content

Search Improvements

cev-api edited this page Apr 12, 2026 · 1 revision

Search Improvements

  • Keyword queries supported; falls back to picker when empty.
  • List mode with visual item list.
  • Multi-term queries: comma-separated (e.g., ore, ancient).
  • Rendering: Boxes, Lines, or Both. Tracers cancel view-bobbing.
  • Fixed/rainbow line colors.
  • New minimum search to 100 results.
  • Replaced full-sort approach to bounded max-heap (PriorityQueue) that keeps the closest N matches. This avoids sorting entire result and keeps search as fast as X-Ray.
  • Safer rescans and better crash handling.
  • Improved search speed.
  • Added highlight corners (lines) and fill settings (Same as X-Ray).
  • Added anti-ESP detection.

Search


Parent: What's changed or improved in this fork?

Navigation

Clone this wiki locally