Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 months ago
Updated 3 days ago
All versions
0.8.0
Beta
Reactions 0.8.03 days ago 22
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client-side
Server-side
Client and server
Changes
Added
- Compatibility with 3x2 eyes
- Compatibility with 3x1 eyes
- Eyelid Options screen with skin preview
- Textured eyelid shading toggle
- Eyelid tint toggle and tint intensity slider
Changed
- Moved eyelid tint into Eyelid Options
- Default eyelid tint intensity is now 50%
- Main config screen layout was adjusted for smaller/fullscreen layouts
- Eye Size label positioning was cleaned up
Fixed
- Fixed Fabric server relay config sync/build behavior
- Fixed NeoForge clients not seeing Fabric players’ synced eye config through Fabric relay servers
- Fixed larger-eye block focus and idle animations only moving the bottom pixels
- Fixed 2x2 falling/surprise sclera using mismatched white pixels
- Fixed pupil/sclera edge glitches for larger eye layouts
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:8HLtNhbi:PPHTztK2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8HLtNhbi:PPHTztK2"
}

