A client-side Fabric mod for Minecraft that hides all HUD elements when looking through a spyglass, leaving only the spyglass overlay visible for a clean, immersive viewing experience.
| Example | Before | After |
|---|---|---|
![]() |
![]() |
![]() |
- Full HUD suppression while scoping — hides crosshair, hotbar, health/hunger/armor bars, mount health, status effects, and held item tooltip
- Adjustable overlay scale — resize the spyglass overlay via an in-game slider (default 90%)
- Toggle on/off — quickly enable or disable the mod without restarting
- In-game settings screen — press K (configurable) to open settings, or access via Mod Menu
- Config persistence — settings are saved to a JSON file and survive restarts
- Multilingual — English, Russian, and Ukrainian translations included
- Install Fabric Loader for your Minecraft version
- Install Fabric API
- Drop the
spyglass-only-hud-*.jarinto your.minecraft/mods/folder - Launch the game and grab a spyglass!
- Equip and use a spyglass — the HUD will automatically hide
- Press K to open the settings screen (rebindable in Controls)
- Adjust the overlay scale or toggle the mod on/off
git clone https://github.com/Reva1v/SpyGlassOnlyHUD.git
cd SpyGlassOnlyHUD
git checkout 26.1 # or any version branch
./gradlew buildThe output JAR will be in build/libs/.


