Links
Tags
Creators
Details
0.7.2
Compatibility
Changes
Ocular - v0.7.2 Changelog
✨ New Visual Effects:
Nether Portals: Added a subtle spatial distortion when standing near a portal, and an intense screen effect during teleportation (legacy ghosting/glitch effects have been removed). Heat Shimmer: Hot biomes (Deserts, Savannas) and lava proximity now cause a visible air distortion effect. This effect scales down significantly if the player is wearing any helmet. Lightning Flashes: Added dynamic screen illumination when lightning strikes nearby. Creeper Suspense: Added an immersive vignette/darkening effect that reacts to creeping threats. Polish: Refined water splash feedback and Enderman aggression visuals. ⚙️ Configuration & GUI Overhaul:
Total Control: Absolutely every visual effect in the mod (Snow, Sandstorm, Heat, Creeper, Explosion, Lightning, Portal, Teleport) can now be individually adjusted from 0% (disabled) to 100% intensity in 5% increments. New Config Menu: The in-game configuration GUI has been completely redesigned. Added a responsive pagination system (categorized into Weather, Entities, and Magic/Events). Smart UI Adaptation: Sliders and buttons no longer overlap. The interface now seamlessly adapts to smaller window sizes and large GUI Scales while keeping everything perfectly centered. Localization: Added missing translations for all new settings in English (en_us), Russian (ru_ru), and Serbian (sr_sp).
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:WurntMdZ:n9Y2rl3B"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WurntMdZ:n9Y2rl3B"
}

