Zeta Registry Race Fix
A small compatibility fix for mods built on the Zeta library (such as Quark) that resolves an intermittent client crash during startup.
Zeta's registry system relies on NeoForge reporting an "active mod container" at the exact moment it initializes. Under certain load-order timing, that container isn't available yet, causing a RuntimeException: Where is minecraft???! crash before the game window even opens — often presenting alongside Quark's rendering setup, but rooted in Zeta itself.
This patch safely falls back to resolving the mod container by ID directly instead of relying on that fragile timing, so the crash stops occurring regardless of mod load order or which Zeta-based mods are present.
Purely a one-line fix via Mixin — no new items, blocks, or content added.
Requires: Zeta (any mod using it, such as Quark)
Credits: All credit for Zeta belongs to its original author (Violet Moon). This is an unofficial third-party patch, not affiliated with or endorsed by the mod's creator.