Skip to content

Releases: Smallinger/CinematicZoom

v1.0.0-1.21.1

Choose a tag to compare

@Smallinger Smallinger released this 12 Nov 23:45

1.21.1 Backport Changes

  • Minecraft / Mappings: Updated target to Minecraft 1.21.1, Parchment mappings 2024.11.17, and NeoForge 21.1.215.
  • Branch: Added branch 1.21.1 for the backport.
  • Keybinding: Replaced KeyMapping.Category usage with a string category key to match the 1.21.1 API.
  • Mod Metadata: Added required loader fields to src/main/templates/META-INF/neoforge.mods.toml (modLoader and loaderVersion).
  • Mixin (FOV): Adjusted GameRendererMixin to match the runtime GameRenderer#getFov(Camera, float, boolean) signature (returns double).
  • Crash Fix: Removed the float-return injection that caused a Double→Float ClassCastException; now uses the Double-return injection matching the runtime descriptor.
  • Build & Test: Rebuilt successfully and ran the dev client to verify startup without the previous ClassCastException.

Notes:

  • These changes are limited to the backport; API differences between 1.21.10 and 1.21.1 were handled with minimal, targeted edits.

🎬 CinematicZoom v1.0.0 - Initial NeoForge Release

Choose a tag to compare

@Smallinger Smallinger released this 10 Nov 20:16

🎬 CinematicZoom v1.0.0

First stable release of CinematicZoom for NeoForge 1.21.10!

✨ Features

  • Smooth Cinematic Zoom: Press C (default) for smooth zoom with letterbox bars
  • Mouse Wheel Control: Dynamically adjust zoom level while zooming
  • Configuration GUI: Full NeoForge config screen support
  • Auto HUD Hide: Optionally hide HUD and crosshair during zoom
  • Cinematic Camera: Optional smooth camera movement
  • Multi-Language: English, German, and Russian translations

📦 Compatibility

  • Minecraft: 1.21.10
  • NeoForge: 21.10.49 or higher
  • Java: 21
  • Client-Side Only: Works on any server!

📥 Installation

  1. Install NeoForge 21.10.49+ for Minecraft 1.21.10
  2. Download cinematiczoom-1.0.0.jar from Assets below
  3. Place in your mods folder
  4. Launch and enjoy!

🙏 Credits