STARTUP LOAD VALIDATION UPDATE
Pack: Ore Detector Compass
Version: 2.2.5
Minecraft Java: 26.3 / Data Pack 121.0

Purpose
- Prove that the pack's minecraft:load entry ran.
- Recheck critical runtime state after the complete load phase.
- Repair a partial initialization once when safe.
- Retry dependency handshakes for packs such as KaC Mill and KaC Seasons.
- Provide a standard manual status command: /function src:debug/load_status

Behavior
- The load tag now points to one controlled wrapper.
- The wrapper records the current version, runs the pack's original load routine(s),
  and schedules post-load verification one second later.
- Existing runtime tick paths include one lightweight version guard. It is dormant
  after a successful load and exists so a newly installed version can self-start
  if its load tag was missed.
- Gameplay logic, routes, structures, recipes, and balancing are otherwise unchanged.

Static status: requires real-server validation before final READY.
