Tags
Creators
Details
Licensed MIT
Published 5 months ago
Updated 6 days ago
All versions
1.0.0
Alpha
Stage Cam 1.0.05 months ago 28
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client-side
Required content
Changes
StageCam 1.0.0 โ Initial Alpha Release
This is the first public release of StageCam. Expect some rough edges, but the core functionality is working.
What's in this release
Fixed Cameras
- Place up to 9 camera points anywhere using
/setcam <1-9> - Switch instantly with Numpad 1-9
- Camera positions save automatically and persist between game sessions
Live Second Window
- A second window opens automatically when you load a world
- Designed to be captured by OBS as a Virtual Camera
- Resizable window with native resolution support
- No HUD, hotbar, chat, inventory or sprint zoom visible in the camera feed
Follow Modes (toggle with Numpad ,)
- Handheld โ floats in front of the player, follows their look direction with smooth movement
- Ego โ mirrors the player's exact first-person view without HUD
- Press again to turn off
Camera Markers
- Colored wireframe markers show camera positions in the main window
- Visible through walls
Known issues
- Minor visual artifacts may occur when switching between camera modes
- Performance may vary depending on system specs since 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:r8AodkDm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6icl9XjU:r8AodkDm"
}

