Tags
Creators
Details
0.2.0
Compatibility
Changes
⭐ Streamproof 0.2.0 release
Streamproof is a fabric windows-only mod that lets you hide specific things from rendering in OBS
⚠️ Warning
OBS must be using "Game Capture" and targeting the
javawMinecraft process instead of "Fullscreen Application" option, or the "Screen Capture" which are both unsupported.
Features
main
+ Hide F3 Overlay from OBS
+ Hide Maps (Buggy, holding maps or when on an item frame, works with map art as well) from OBS
+ Hide Debug Hitboxes from OBS
+ Hide Chat Messages from OBS
+ Hide Chat Input from OBS
+ Hide Scoreboard from OBS
+ Hide Player List from OBS
+ Hide Subtitles from OBS
extras
+ Hide InventoryHudPlus's armor overlay from OBS
+ Hide InventoryHudPlus's potion overlay from OBS
+ Hide InventoryHudPlus's inventory overlay from OBS
+ Hide XaerosMinimap's minimap hud from OBS
+ Hide XaerosMinimap's waypoints from OBS
+ Hide Streamproof ImGui menu from OBS
Changes
- Removed unstable unmaintainable annoying hiding system that was deferring draws
+ Implemented a new FBO switching system for redirecting draw calls, more stable and clean
+ Streamproof map rendering (mapart included)
+ Streamproof scoreboard rendering
+ Streamproof player list rendering
+ Streamproof subtitles rendering
Fixes
+ Should be compatible with Flashback now
References
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| streamproof-0.2.0-api.jar | Dev jar | 5.15 KiB |
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:i2jpXoIt:WHnctDEp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:i2jpXoIt:WHnctDEp"
}

