Player Activity View (0.0.0-beta.2)
Curse Maven Snippet
What's new
v0.0.0-beta.2 — Typing indicator and inventory mirror fixes
Fix
- Typing indicator not rendering:
GuiExtractRenderStateMixinkept the 26.1.2 signature(GuiGraphicsExtractor, DeltaTracker), but NeoForge 26.2.0.37-beta changedGui.extractRenderStateto(DeltaTracker, boolean, boolean)— the HUD extraction moved toHud.extractRenderState. The mixin failed to apply, so the "X is typing..." overlay never drew. Retargeted the mixin toHud.extractRenderState. - Inventory screen mirror showing the whole window: in 26.2 the container background is extracted as a full-screen element, so the crop bounding box spanned the whole window. The crop now clamps to the
AbstractContainerScreenpanel rectangle instead of unioning, restoring panel-only captures.
JAR: player_activity_view-26.2-neoforge-0.0.0-beta.2.jar
This mod has no additional files

