Tags
Creators
Details
All versions
0.6.6
Release
0.6.63 days ago 22
Compatibility
Minecraft: Java Edition
1.7.10
Platform
Forge
Supported environments
Client-side
Client and server
Required content
Changes
CatFrame - 0.6.6
What is changed?
Change version number from previous to 0.6.6
➕Add:
- No new features
🔧Fix:
- Fix enchantment glint overflow over transparent texels: QuadWriter.writeGlintQuads now skips solid-color side quads, whose depth is written by the second untextured pass with forced-opaque alpha (no cutout). Replaying them under GL_EQUAL painted glint wherever side projections landed, including transparent texels on rotated hand-held flat items. Glint now matches the opaque texel contour of the normal pass, same as vanilla 1.7.10. Updated JavaDoc in QuadWriter and GuiGraphicsExtractor.
- Fix held-item brightness: sample world light at the player's position (getLightBrightnessForSkyBlocks) for ITEM_HAND_FIRST_PERSON/THIRD_PERSON phases instead of hardcoded full-bright 15728880, so held items render fully black in completely dark areas; update stale javadoc in RenderPhase.isHandPhase
- Fix GUI shading by computing screen-space directional light from the display-rotated face normal, keeping display.gui.rotation at 225; block models now show top-brightest / left-0.8 / right-0.6 regardless of rotation, 2D items (gui_light=front) stay full-bright
- Fix GUI block light by rotating display to 135; reorder quad vertices after X/Y rotation (FaceInfo winding) so AO maps to correct corners on rotated logs; skip GL_LIGHTING for hand-held item phases
❗❗❗Deprecated:
- No deprecations
Supplementary resources
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:lSH4nVom:FEFGPvfC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lSH4nVom:FEFGPvfC"
}


