File Details
THX HelicopterMod Remastered-1.1.9.6.jar
- R
- Jul 16, 2026
- 343.27 KB
- 11
- 26.2
- Forge
File Name
THX HelicopterMod Remastered-1.1.9.6.jar
Supported Versions
- 26.2
Curse Maven Snippet
Version 1.1.9.6 — Changelog
- Owner name tags added! Multiplayer helicopters now display their owner's name, so you can tell whose is whose. The tag stays hidden by default and only appears when you're looking directly at the helicopter — just like a named mob, not a floating player-style label.
- Name tag now hidden until you look at it. The helicopter's owner name no longer floats above it constantly — it only appears when you're looking directly at the helicopter, just like a named mob.
- Fixed a crash on newer Forge builds. An internal client-only code annotation that Forge recently stopped supporting was causing the game to crash when the helicopter loaded. This has been resolved.
Fixed: crash on dedicated/multiplayer servers
Earlier versions could crash on startup or when a player entered the helicopter on a dedicated server, caused by an internal Forge annotation (
@OnlyIn) that a recent Forge update stopped supporting. This annotation was originally added to keep client-only code (like sound playback and key input handling) safely separated from server-side code — but Forge's latest changes made that same annotation actively cause crashes instead of preventing them. It's been removed from the two internal helper classes that used it, resolving the crash while keeping the same client/server code separation intact through other means.