Tags
Creators
Details
Licensed MIT
Published 5 months ago
Updated 6 days ago
All versions
1.1.0
Alpha
Stage Cam 1.1.05 months ago 19
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client-side
Required content
Changes
StageCam 1.1.0 โ Alpha
What's new since 1.0.0
Custom Camera Names
- Name your cameras with
/setcam <1-9> <name>e.g./setcam 1 bedroom - Rename existing cameras with
/renamecam <1-9> <name> - Names show up in the indicator and
/listcams
Camera Indicator
- Small HUD element in the top-right of the main window
- Shows active camera or mode โ color coded blue, green, red
Shader Compatibility Warning
- Iris detected on world join โ warning to disable Bloom and TAA
Bug Fixes
- Fixed game freezing when switching camera modes
- Fixed perspective not restoring after deactivating camera
- Fixed sprint FOV zoom affecting the camera window
- Chat can now be used without affecting the camera view
- Block selection outline no longer visible in the camera window
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:3Wx2WPxB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6icl9XjU:3Wx2WPxB"
}

