Mod

Zoom-O-Matic

Quick rating

Zoom-O-Matic

No reviews yet

A simple, but customizable multi-button zoom tool for Minecraft.

No Theme
No Genre
QoL & Tweaks
Client Utility
Educational
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Unsupported

About

Project Details

Type
Mod
License
MIT License
Latest Version
Release V1.1.0-1.20-1.20.1
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

Title Logo.png

A simple, but customizable multi-button zoom tool for Minecraft.

It allows for up to 3 keybinds with customizable zoom and on / off smooth camera.

This mod is for learning most of all, feel free to use it, but its biggest purpose is learning and teaching to mod fabric.

Documentation for Learning Fabric

While we are certaintly not experts on fabric, we would like to share our journey and in a hope that it can help others get started with learning fabric modding and Java.

As such, we are currently working (in progress) on a detailed commentary of the code. In the future we may work towards a tutorial either written or video based on feedback.

Find the code commentary here.

Usage

To install

After fabric mod loader has been installed for the correct version place the latest Zoom-o-matic release with compatible dependencies in the .minecraft/mods folder.

Dependencies

Fabric Mod Loader (Install to use) https://fabricmc.net/use/installer/

Fabric API (Place in mod folder) https://github.com/FabricMC/fabric

owo-lib (Place in mod folder) https://github.com/wisp-forest/owo-lib

Using the Mod

The default Zoom 1 Keybind is "c" which is already bound, so you need to unbind "Save Hotbar Activator" or bind zoom1 to another key to make the mod work.

Mod Menu

The mod is registered in mod menu, so you can adjust settings through that GUI if you desire, otherwise you can use commands.

Keybinds

Are found in the Zoom-o-Matic section of the normal minecraft keybind menu.

Options -> Controls -> Keybinds

Scroll Zoom

When zooming you can scroll in or out with your mousewheel to zoom more or less.

Zoom Amount

Adjusts the amount of zooming, with

/ZoomO ZoomAmount Zoom_X YY

  • X = Zoom Keybind #, (1, 2, or 3.)
  • YY is the % zoom, (1 - 99)

Smooth Camera Toggle

Toggles whether smooth_camera should be active when zooming, which slows down movement.

/ZoomO SmoothCamera Zoom_X YY

  • X = Zoom Keybind #, (1, 2, or 3.)
  • YY true/false

Scroll Zoom Text Toggle

Toggles whether you have the % zoom displayed in text when using the scroll wheel.

/ZoomO ActionBarWriting XX

  • XX = true/false

About This Mod & Plans

This mod is meant to be a place to learn how to mod fabric mods for minecraft. This our first mod, so we know it's not 100% perfect, but that's not the point.

The goal is to optimize it, make it better, and improve the features in order to help learn more about modding.

Here is a list of improvements we would like to make, in order of want:

  • Remove owo dependency - i.e. Create a world-independent data saving system.
  • ~~Add scrolling zoom~~ (done)
  • Add a custom, customizable smoother,
  • Add a custom GUI
    • Add more keybinds (including more keybinds, via GUI)
  • Add animations
    • Presets like easing.
  • Add customizable animations

Credit

@Fej1Dev has been hand and hand in this entire process, coding large portions himself, and helping me when I get stuck with my portions!

@LogcialGeekBoy & Logical Zoom - Some of the code used in this mod (mainly the mixin) was from Logical Zoom, but more importantly was that his mod inspired us to make our own.

Title Logo.png

A simple, but customizable multi-button zoom tool for Minecraft.

It allows for up to 3 keybinds with customizable zoom and on / off smooth camera.

This mod is for learning most of all, feel free to use it, but its biggest purpose is learning and teaching to mod fabric.

Documentation for Learning Fabric

While we are certaintly not experts on fabric, we would like to share our journey and in a hope that it can help others get started with learning fabric modding and Java.

As such, we are currently working (in progress) on a detailed commentary of the code. In the future we may work towards a tutorial either written or video based on feedback.

Find the code commentary here.

Usage

To install

After fabric mod loader has been installed for the correct version place the latest Zoom-o-matic release with compatible dependencies in the .minecraft/mods folder.

Dependencies

Fabric Mod Loader (Install to use) https://fabricmc.net/use/installer/

Fabric API (Place in mod folder) https://github.com/FabricMC/fabric

owo-lib (Place in mod folder) https://github.com/wisp-forest/owo-lib

Using the Mod

The default Zoom 1 Keybind is "c" which is already bound, so you need to unbind "Save Hotbar Activator" or bind zoom1 to another key to make the mod work.

Mod Menu

The mod is registered in mod menu, so you can adjust settings through that GUI if you desire, otherwise you can use commands.

Keybinds

Are found in the Zoom-o-Matic section of the normal minecraft keybind menu.

Options -> Controls -> Keybinds

Scroll Zoom

When zooming you can scroll in or out with your mousewheel to zoom more or less.

Zoom Amount

Adjusts the amount of zooming, with

/ZoomO ZoomAmount Zoom_X YY

  • X = Zoom Keybind #, (1, 2, or 3.)
  • YY is the % zoom, (1 - 99)

Smooth Camera Toggle

Toggles whether smooth_camera should be active when zooming, which slows down movement.

/ZoomO SmoothCamera Zoom_X YY

  • X = Zoom Keybind #, (1, 2, or 3.)
  • YY true/false

Scroll Zoom Text Toggle

Toggles whether you have the % zoom displayed in text when using the scroll wheel.

/ZoomO ActionBarWriting XX

  • XX = true/false

About This Mod & Plans

This mod is meant to be a place to learn how to mod fabric mods for minecraft. This our first mod, so we know it's not 100% perfect, but that's not the point.

The goal is to optimize it, make it better, and improve the features in order to help learn more about modding.

Here is a list of improvements we would like to make, in order of want:

  • Remove owo dependency - i.e. Create a world-independent data saving system.
  • Add scrolling zoom (done)
  • Add a custom, customizable smoother,
  • Add a custom GUI
    • Add more keybinds (including more keybinds, via GUI)
    • Add animations
      • Presets like easing.
    • Add customizable animations

Credit

@Fej1Dev has been hand and hand in this entire process, coding large portions himself, and helping me when I get stuck with my portions!

@LogcialGeekBoy & Logical Zoom - Some of the code used in this mod (mainly the mixin) was from Logical Zoom, but more importantly was that his mod inspired us to make our own.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~12,000
Total Downloads
CurseForge
~1,000
Modrinth
~10,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync