Tags
Creators
Details
Licensed ARR
Published last month
Updated last month
All versions
1.4.1-alpha.1
Alpha
Builders Freecam 1.4.1-alpha.1last month 1,196
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
How to read my Changelogs
My changelogs are respect the same verion Freecam's changelog and respect to the last changelogs of this Fork (Builders Freecam)
[1.4.1.alpha.1]
Added
- Fluid Collision
- Block Collision Builders:
IGNORE_NON_CULLING, which include:(HopperBlock.class) (DecoratedPotBlock.class) (FlowerPotBlock.class) (ComparatorBlock.class) (RepeaterBlock.class) (BeaconBlock.class) (LecternBlock.class) (LightningRodBlock.class) (BannerBlock.class) (FenceBlock.class) (CauldronBlock.class) (ChestBlock.class) (ShulkerBoxBlock.class) (BellBlock.class) (LeavesBlock.class) (GrindstoneBlock.class)andIGNORE_HALF_TRANSPARENT, which basically includes only:(HalfTransparentBlock.class). - Implemented freecam force disabling when a disallowed fluid ticks within freecam position
- Implemented a first method to block freecam near the end of loaded chunks to prevent x-ray peek at borders
Changed
- License from MIT to ARR (All Rights Reserved) for this Fork. Every version of this Fork as to be considered as ARR if not explicitly stated in newer versions.
Removed
- Block Collisions:
IGNORE_CUSTOM,IGNORE_ALLcollisions are removed. This fork is for building purposes only.
Optional dependencies
Any compatible version
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:47qRA7ni:vjA3lX5f"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:47qRA7ni:vjA3lX5f"
}

