
First Person Camera
Natural first person camera transforms with collision detection.
About this Mod
📷 First Person Camera
Moves the first-person camera slightly forward out of your head — and keeps it from clipping through walls.
✨ What it does
Vanilla Minecraft places the camera right inside your skull. This mod pushes it forward a little (0.25 blocks by default), which feels more natural and gives you a slightly wider view of your surroundings.
The hard part is making sure the camera doesn't end up inside a block. This mod handles that in a few ways:
- Collision clamping — if a wall is in the way, the camera pulls back to your eyes rather than clipping through it.
- Body nudge on turn — if rotating would push the camera into a wall, your body is gently nudged aside to make room.
- Movement constraint — your body can't move into a position where the offset camera would be buried in a block.
- View bob suppression — walking bob is smoothly suppressed near walls.
- Raycast item correction — buckets, glass bottles, boats, and place-on-water items use the transformed camera target instead of the vanilla eye ray.
Everything is client-side only. For a small set of raycast-based right-click items, the mod adjusts the sent look direction so the server resolves the same target you are actually looking at.
🤝 First-person Model integration
First-person Model renders your full player body visible in first-person — a really cool idea, and part of what inspired this mod. It's strongly recommended alongside First Person Camera.
The problem with First-person Model on its own is that the body has to be rendered offset from your actual position, otherwise it fills your entire screen the moment you look down. First Person Camera locks those offset values to where the player actually is, so the two mods just work together out of the box.
First-person Model is optional. This mod works perfectly fine without it.
⚙️ Configuration
config/first-person-camera.json is auto-generated on first launch:
{
"cameraForward": 0.25
}
cameraForward is the distance in blocks the camera is pushed forward. The default of 0.25 is a good balance between natural feel and collision protection.
⚠️ Anti-cheat notice
This mod hasn't been tested against server-side anti-cheat. Most behavior is purely visual/client-side, but raycast-based right-click items may briefly send adjusted look or position packets so the server targets the same block as the transformed camera. Use on servers at your own discretion.
Available Versions
How to Install First Person Camera on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set fabric Loader
In the panel under "Egg", select the fabric loader and matching Minecraft version (26.1.2).
Install Mod
Open the mod browser in the dashboard and search for "First Person Camera". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
26.1.2, 26.1.1, 26.1
Server-side
✗ UnsupportedRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
First Person Camera server crashes on startup – what to do?
Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (26.1.2). You can switch loaders with one click in the panel.
Is First Person Camera compatible with fabric?
First Person Camera officially supports fabric for Minecraft 26.1.2, 26.1.1, 26.1. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with First Person Camera – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if First Person Camera consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install First Person Camera with just one click on your server.