HomeJavaModsCC: HUD Glasses
CC: HUD Glasses
CC: HUD Glasses — screenshot 1CC: HUD Glasses — screenshot 2CC: HUD Glasses — screenshot 3CC: HUD Glasses — screenshot 4CC: HUD Glasses — screenshot 5CC: HUD Glasses — screenshot 6CC: HUD Glasses — screenshot 7CC: HUD Glasses — screenshot 8

CC: HUD Glasses

3d cube 3d cube

Wear a ComputerCraft monitor on your face. A pair of glasses and a special modem let any computer draw a heads-up display straight onto a player's screen, using the same monitor/term API you already know.

helicopter hud with shadow helicopter hud with shadow

What it does

local hud = peripheral.find("hud_glasses")
hud.setBackgroundColour(0)        -- transparent background
hud.setTextColour(colors.lime)
hud.setCursorPos(1, 1)
hud.write("Hello, HUD!")

If you've ever written a monitor program, you already know this peripheral.

Features

Requirements

Optional integrations

power armor hud with weapon power armor hud with weapon

Configuration

Server (hudglassescc-common.toml, applied live):

Client (hudglassescc-client.toml, per-player):

Status

Beta. Core features are in and stable, but expect rough edges and breaking changes while the mod settles. Bug reports and feedback are welcome.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more