promotional bannermobile promotional banner

Eymistaken's Zoom

An experimental mod to test Eymistaken's HUD API. It's open for public test.

File Details

eymistakens-zoom-1.0.0.jar

  • R
  • Feb 22, 2026
  • 108.06 KB
  • 14
  • 1.21.11+1
  • Fabric

File Name

eymistakens-zoom-1.0.0.jar

Supported Versions

  • 1.21.11
  • 1.21.10

Curse Maven Snippet

Fabric

modImplementation "curse.maven:eymistakens-zoom-1469437:7664913"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog - Version 1.0.0

Initial Release & API Demonstration

This is the first experimental release of Eymistaken's Zoom, designed to showcase how external plugins can hook into the Eymistaken's HUD core module.

Added:

Real-time cinematic zoom functionality using MathHelper lerp interpolation. Mouse sensitivity scaling corresponding to the current zoom multiplier. Integration with Cloth Config and ModMenu. Independent, configurable sliders for Zoom-In Speed and Zoom-Out Speed (Default: 35). "Client" environment tag implemented to prevent accidental server crashes. Technical Notes for Developers:

Source code demonstrates the proper configuration of

fabric.mod.json entrypoints to dynamically load as a HUD module. Includes examples of Mixin injections (

FovMixin ,

MouseMixin ) handling input processing alongside main client logic.