promotional bannermobile promotional banner

Player Activity View

Shows what other players are doing — typing, in GUIs, idle — with in-world particle indicators and animations
Back to Files

Player Activity View (0.0.0-beta.21)

File nameplayer_activity_view-26.1.2-neoforge-0.0.0-beta.21.jar
Uploader
LlaGuiT0LlaGuiT0
Uploaded
Jul 31, 2026
Downloads
11
Size
1.4 MB
Mod Loaders
NeoForge
File ID
8548022
Type
B
Beta
Supported game versions
  • 26.1.2

Curse Maven Snippet

NeoForge

implementation "curse.maven:player-activity-view-1608907:8548022"

Learn more about Curse Maven

What's new

v0.0.0-beta.21 — Chat typing hand sway and screen mirror fade

Fix

  • Chat typing hands were static: a subtle sine-wave sway for the arms while typing already existed in the lerp target computation (setPoseTarget), but onSetupAnim — the method that actually sets the rendered model pose every frame — ignored it and overwrote the arms with fixed rotations, so the wave never rendered. The typing pose now applies the same wave directly in onSetupAnim, so hands sway slightly while the player types instead of staying rigid.
  • Screen mirror had a hard edge at the top: the chat/GUI mirror plane rendered at uniform opacity, so the top of the captured screen cut off abruptly instead of blending into the world. Vertex alpha is now derived from vertical position, keeping the bottom (chat input area) fully opaque and fading the top edge to transparent, on both faces of the double-sided quad.

This mod has no related projects