Tags
Creators
Details
Licensed MIT
Published 5 months ago
Updated 6 days ago
All versions
1.2.0
Alpha
Stage Cam 1.2.05 months ago 23
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client-side
Changes
StageCam 1.2.0 โ Alpha
What's new since 1.1.0
Camera Sets
- Unlimited camera sets, each with 9 slots
- Switch between sets with Page Up / Page Down
- Active set shown in the HUD indicator (e.g. "S1 ยท bedroom")
- Cameras save and load per set automatically
Follow Mode
- Toggle with Numpad / while a fixed camera is active
- Camera stays in its saved position but smoothly rotates to always look at the player
- Smooth lerp rotation โ no snapping or sudden jumps
- HUD shows โณ symbol when follow mode is active
- Automatically resets when switching cameras
Zoom
- Numpad + / - to zoom in and out in 2ยฐ FOV steps
- Works in all camera modes including Follow Mode
- Current FOV shown in the HUD indicator
- Resets when camera is turned off
Improved Commands
/setcam <slot> <set> <name>โ cleaner unified command for saving cameras/listcams-s <set>โ list cameras in a specific set
Known issues
- Bloom and TAA in shader packs may cause visual artifacts โ disable in shader settings
- Performance may vary as the scene is rendered twice per frame
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:6icl9XjU:pHouGNyq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6icl9XjU:pHouGNyq"
}

