Tags
Creators
Details
Licensed MIT
Published 5 months ago
Updated 3 months ago
All versions
0.3.0+26.1.x
Release
Optical v0.3.0 for Fabric 26.1.x3 months ago 16
Compatibility
Minecraft: Java Edition
26.1.x
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
v0.3.0 - Tons of Freecam tweaks and fixes!
- Bumped version/dependencies, updated README support notes, and updated mod icons
- Added 3 Freecam Tripod options mode with slots using Freecam key + 1, 2, or 3
- Added Tripod actionbar messages for opening and closing the Tripods
- Added Freecam Perspective setting for 1st Person (Default), 2nd Person, and 3rd Person (Original)
- Added Zoom percentage and improved accuracy, scroll smoothing, and actionbar update throttling
- Fixed Freecam portal/respawn networking crash by disabling Freecam before respawn packets apply
- Fixed Freecam placement to use player body position instead of head look direction
- Fixed stale/removed Freecam camera entity render and lighting edge cases
- Cleaned up redundant Freecam toggle/camera logic across both platforms
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:BkkZdxrT:klil2ai7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BkkZdxrT:klil2ai7"
}


