Builders Freecam

⭐ — (4 endorsements) 📥 1,897 downloads 📌 v1.4.1-alpha.1 📅 6/27/2026
🟡 Updated this year

By Kole07139 · fabric

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 6/24/2026 📅 Created: 6/27/2026
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 👍 0.2% endorsement rate
  • 🏆 #328 of 874 fabric mods in this game by downloads

📋 About This Mod

<div align="center"> !(https://cdn.modrinth.com/data/47qRA7ni/images/48d2c2b07f08ac330f908b0a568075c06ee77dec.png) # Builders Freecam !(https://img.shields.io/badge/Minecraft-1.16_onward-green) !(https://img.shields.io/badge/Mod_Loader-Fabric-DBD0B4?logo=fabric) !(https://img.shields.io/badge/Mod_Loader-NeoForge-E04E14) !(https://img.shields.io/badge/Mod_Loader-Forge-6D3FD3) </div> <!-- website:start id="description" --> - A Legitimate Fork of (https://modrinth.com/mod/freecam), allowing you to travel through legimimate blocks, and only when it is specified in configs. This Fork **won't let players go through walls or lava**, neither **won't let players use x-ray and hack features that freecam does have**. All ignorable collision (aka travellable blocks) are defined in the configurations toggles: | Name | Description | Default Value | |--------------------------------|------------------------------------------------------------------------------------------------------|---------------| | Ignore Transparent Blocks | Allows travelling through transparent blocks in freecam. | `true` | | Ignore Openable Blocks | Allows travelling through doors/trapdoors/gates in freecam. | `true` | | Ignore Non-Culling Blocks | Allows travelling through non-culling texture blocks in freecam (hoppers, lecterns, shulkerboxes, mid-air blocks ecc). | `true` | | Ignore Water Fluid | Allows travelling through water in freecam. | `true` | ## What are Non-Culling Blocks? Non-Culling blocks are definied by a function in the code. This function checks whether a block can “cull” (i.e. skip texture rendering) nearby block faces. If it does cull a neighbour face (Piston Head, Solid Block...), it checks if the involved neighbour block can also "cull" the same face (2 Adiacent Solid Blocks, 2 Piston Head front-to-front...), in which case travelling through that block is denied, otherwise it will be allowed (Glass over piston head, mid-air solid block...). If it does not cull every neighbour face (hopper, cauldron...), you can travel through the block. # Why this Fork? First, regardless of your configs, **this Freecam won't let players go through walls or lava**. But it does come with more features: - You can eventually travel through water with a toggle in the config. - Freecam is bounded in player's rendered chunks, avoiding cave x-ray peeks on borders - You can travel through transparent blocks, or eventually non-culling blocks on certain conditions (see **What are Non-Culling Blocks?**). # About As a fork, it means that before reporting any bug you may firstly check the if the issue is present on (https://modrinth.com/mod/freecam) mod. Any issue can be reported on the github of this mod, but you must say if it is also an issue related to (https://modrinth.com/mod/freecam) mod. This mod allows you to control your camera separately from your player. While it is enabled, you can fly around and travel through blocks within your render distance. Disabling it will restore you to your original position. This can be useful for quickly inspecting builds and exploring your world. This mod works in multiplayer, but may be considered cheating on some servers. It is your responsibility to check **all** relevant rules **before** using this mod. <!-- website:stop --> While Freecam should only affect the client, it **may be possible** for servers to detect the mod being installed through various exploits in Minecraft, modding platforms, or this mod. Here's a (https://github.com/MinecraftFreecam/Freecam/issues/196) that exploited translation keys. To paraphrase our license, we are not responsible for any damages or liability related to Builders Freecam. Among other things, **this means it's not our fault if you get banned from a server**. ## Translation (Freecam) <!-- website:start id="translation" --> You can help (https://crowdin.com/project/freecam), language changes will be inspired by that work. If you're unfamiliar with Crowdin, you can read their (https://support.crowdin.com/enterprise/getting-started-for-volunteers). If you'd like to translate a language, on Freecam mod, they don't currently target, please (https://github.com/MinecraftFreecam/Freecam/issues/new) asking them to enable the language. Their language updates will merge then on this fork. <!-- website:stop --> <!-- website:start id="config" --> ## Keybinds | Name | Description

!(https://cdn.modrinth.com/data/47qRA7ni/images/48d2c2b07f08ac330f908b0a568075c06ee77dec.png)

# Builders Freecam

!(https://img.shields.io/badge/Minecraft-1. 16_onward-green) !(https://img.shields.io/badge/Mod_Loader-Fabric-DBD0B4?logo=fabric) !(https://img.shields.io/badge/Mod_Loader-NeoForge-E04E14) !(https://img.shields.io/badge/Mod_Loader-Forge-6D3FD3)

- A Legitimate Fork of (https://modrinth.com/mod/freecam), allowing you to travel through legimimate blocks, and only when it is specified in configs. This Fork won't let players go through walls or lava, neither won't let players use x-ray and hack features that freecam does have. All ignorable collision (aka travellable blocks) are defined in the configurations toggles:

| Name | Description | Default Value | |--------------------------------|------------------------------------------------------------------------------------------------------|---------------| | Ignore Transparent Blocks | Allows travelling through transparent blocks in freecam. | `true` | | Ignore Openable Blocks | Allows travelling through doors/trapdoors/gates in freecam. | `true` | | Ignore Non-Culling Blocks | Allows travelling through non-culling texture blocks in freecam (hoppers, lecterns, shulkerboxes, mid-air blocks ecc). | `true` | | Ignore Water Fluid | Allows travelling through water in freecam. | `true` |

## What are Non-Culling Blocks? Non-Culling blocks are definied by a function in the code. This function checks whether a block can “cull” (i.e. skip texture rendering) nearby block faces. If it does cull a neighbour face (Piston Head, Solid Block...), it checks if the involved neighbour block can also "cull" the same face (2 Adiacent Solid Blocks, 2 Piston Head front-to-front...), in which case travelling through that block is denied, otherwise it will be allowed (Glass over piston head, mid-air solid block...). If it does not cull every neighbour face (hopper, cauldron...), you can travel through the block.

# Why this Fork? First, regardless of your configs, this Freecam won't let players go through walls or lava. But it does come with more features:

  • You can eventually travel through water with a toggle in the config.
  • Freecam is bounded in player's rendered chunks, avoiding cave x-ray peeks on borders
  • You can travel through transparent blocks, or eventually non-culling blocks on certain conditions (see What are Non-Culling Blocks?).

As a fork, it means that before reporting any bug you may firstly check the if the issue is present on (https://modrinth.com/mod/freecam) mod. Any issue can be reported on the github of this mod, but you must say if it is also an issue related to (https://modrinth.com/mod/freecam) mod.

This mod allows you to control your camera separately from your player. While it is enabled, you can fly around and travel through blocks within your render distance. Disabling it will restore you to your original position. This can be useful for quickly inspecting builds and exploring your world.

This mod works in multiplayer, but may be considered cheating on some servers. It is your responsibility to check all relevant rules before using this mod.

While Freecam should only affect the client, it may be possible for servers to detect the mod being installed through various exploits in Minecraft, modding platforms, or this mod. Here's a (https://github.com/MinecraftFreecam/Freecam/issues/196) that exploited translation keys.

To paraphrase our license, we are not responsible for any damages or liability related to Builders Freecam. Among other things, this means it's not our fault if you get banned from a server.

## Translation (Freecam)

You can help (https://crowdin.com/project/freecam), language changes will be inspired by that work.

If you're unfamiliar with Crowdin, you can read their (https://support.crowdin.com/enterprise/getting-started-for-volunteers).

If you'd like to translate a language, on Freecam mod, they don't currently target, please (https://github.com/MinecraftFreecam/Freecam/issues/new) asking them to enable the language.

Their language updates will merge then on this fork.

## Keybinds

| Name | Description

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
Kole07139
Version
1.4.1-alpha.1
Downloads
1,897
Endorsements
4
Category
fabric
Created
6/27/2026
Updated
6/24/2026
Game Versions
26.2
Tags
utility

🔧 How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Mods →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Mods versions does Builders Freecam support?

The author lists 26.2. Other versions may work but are untested by the author.

What is the latest version of Builders Freecam?

Version 1.4.1-alpha.1, published 2026-06-24 with 1,897 downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More fabric 👤 More by Kole07139 🔎 Similar Mods 🌐 Best fabric (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods