Links
Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated last month
All versions
0.7.4-beta-1.21.1
Beta
[Fabric] v0.7.4-beta-1.21.110 months ago 11.1K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
What's Changed
- Added camera smoothing feature
- Changed catcher to a subclass of BufferBuilder
- Read vertex data from MeshData
- Fixed the issue with vertex format
- Added localization of the smooth factors
- Added "Bind Result Retention Frame"
- Fixed two issues caused by floating-point precision
- Fix the issue of binding failure when invisible
- Compatible with Freecam
- Try to be compatible with TACZ by @H31M5 in #154
- Added "Hide Binding Failure Message" option
- Added 'Range' selection mode
- Fixed the issue that enchanted items are not rendered
- Added 'Show/Hide Texture' button
- Added import & export feature
- Fixed the issue that enchanted item are not rendered when iris is installed
- Added cache for 'findPrimitive'
- Readded 'To Config Screen' button
- Added IterableVertexBuffer to improve performance
- Added ByteBufferBuilderPool in MeshCatcher
- Add tag support for disabling by @H31M5 in #159
- Optimize interoperability with SuperbWarfare by @H31M5 in #160
- Added 'Model View Screen Modifier Key'
- Languages updated by @zze-666 in #165 and @H31M5 in #166
- Fixed a color rendering issue
- Fixed an issue of disable rendering
- Fixed 2 issues of index out of bounds under specific conditions
Full Changelog: https://github.com/xTracr/RealCamera/compare/0.7.0-beta-1.21.1...0.7.4-beta-1.21.1
Optional dependencies
Any compatible version
Any compatible version
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:fYYSAh4R:llY6WsT2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fYYSAh4R:llY6WsT2"
}

