FlightHUD - Aviation Interface for Minecraft
FlightHUD is a client-side mod for Minecraft compatible with both Fabric and Forge, which adds a professional aviation interface similar to those used in flight simulators.
Main Features
The mod provides a comprehensive flight information display system:
- Pitch scale with degree markings
- Artificial horizon for spatial orientation
- Flight trajectory vector
- Movement speed with sliding scale
- Course with dynamic scale
- Cardinal directions and coordinate axes
- Altitude above zero level with indication
- Distance to ground surface
- Elytra durability percentage
- Location coordinates along X/Z axes
- Altitude summary displaying:
- Dangerous height marker
- Zero level
- Ground level
- Build limit
- Current altitude
Configuration Settings
Configuration functionality is available in the fabric-4 version. The configuration file is automatically created after the first mod launch. When the "watchForConfigChanges"=true option is activated and the game is restarted, changes are applied in real-time when saving the configuration file.
{ "watchForConfigChanges": false, "width": 0.6, "height": 0.6, "scale": 1.0, "xOffset": 0.0, "yOffset": 0.0, "thickness": 1.0, "color_red": 0, "color_green": 255, "color_blue": 0, "elytra_showHealth": true, "elytra_x": 0.5, "elytra_y": 0.8, "location_showReadout": true, "location_x": 0.2, "location_y": 0.8, "flightPath_show": true, "pitchLadder_degreesPerBar": 20, "pitchLadder_showLadder": true, "pitchLadder_optimumGlideAngle": -2.0, "pitchLadder_optimumClimbAngle": 55.0, "speed_showScale": true, "speed_showReadout": true, "altitude_showScale": true, "altitude_showReadout": true, "altitude_showHeight": true, "altitude_showGroundInfo": true, "heading_showScale": true, "heading_showReadout": true, "heading_showOrdinals": true }