Simple HUD is a small Minecraft Forge 1.20.1 utility mod that adds a lightweight in-game HUD for practical survival information.
## Features
- Shows XYZ coordinates
- Shows current biome
- Shows facing direction
- Shows whether hostile mobs can spawn on the block you are looking at
- Toggleable HUD with the default `H` key
- Clean, minimal overlay designed for normal gameplay
## Hostile Spawn Check
The HUD reports `Hostile Spawn: YES` when the looked-at block meets a simple hostile-spawn surface check:
- Top surface is sturdy
- Two blocks above are clear of collision and fluid
- Light level at the spawn position is low enough, `<= 7`
This is intended as a practical indicator, not an exact replacement for every vanilla mob-specific spawning rule.
## Compatibility
- Minecraft: `1.20.1`
- Forge: `47.4.10+`
- Java: `17`

