WI Zoom is the zoom from the Wurst Client as a standalone Minecraft mod, letting you zoom in and out with the mouse wheel and providing up to 50x magnification without the need for a spyglass. This mod is fully compatible with OptiFine and Sodium, but unlike OptiFine's zoom, WI Zoom lets the camera move in a logical way, without making it wobble around. WI Zoom supports all of the latest Minecraft versions, including snapshots.
Important
Always make sure that your modloader and all of your mods are made for the same Minecraft version. Your game will crash if you mix different versions.
- Install Fabric Loader.
- Add Fabric API to your mods folder.
- Add WI Zoom to your mods folder.
- Install NeoForge.
- Add WI Zoom to your mods folder.
- Up to 50x zoom!
- No spyglass needed!
- Zoom in and out with the mouse wheel!
- No wobbly camera nonsense!
- Dynamic mouse sensitivity! (since v1.1)
- Fully compatible with OptiFine / Sodium!
Hold down the V key to activate the zoom (this keybind can be changed).
While zooming, you can use the mouse wheel to zoom in further.
How to change the keybind (click to expand)
In the pause menu, click on "Options...".
In the Options menu, click on "Controls...".
In the Controls menu, scroll down to the "WI Zoom" section. If you don't have any other mods installed, you will find this section at the very bottom.
- Azerbaijani (Azerbaijan) (since v1.5)
- Chinese (Simplified/Mainland) (since v1.4)
- Chinese (Traditional/Taiwan) (since v1.4)
- Cantonese (Hong Kong) (since v1.4)
- Classical Chinese (since v1.4)
- Dutch (Netherlands) (since v1.5)
- English (US)
- Estonian (Estonia) (since v1.4)
- French (France) (since v1.4)
- German (Germany)
- Kurdish (since v1.5)
- Portuguese (Brazil) (since v1.5)
- Russian (Russia) (since v1.3)
- Turkish (Turkey) (since v1.5)
- Ukrainian (Ukraine) (since v1.5)
Important
Make sure you have Java Development Kit 21 installed. It won't work with other versions.
-
Clone the repository:
git clone https://github.com/Wurst-Imperium/WI-Zoom.git cd WI-Zoom
-
Generate the sources:
In Fabric versions:
./gradlew genSources eclipse
In NeoForge versions:
./gradlew eclipse
-
In Eclipse, go to
Import...
>Existing Projects into Workspace
and select this project. -
Optional: Right-click on the project and select
Properties
>Java Code Style
. Then underClean Up
,Code Templates
,Formatter
, import the respective files in thecodestyle
folder.
Tip
You'll probably want to install the Extension Pack for Java to make development easier.
-
Clone the repository:
git clone https://github.com/Wurst-Imperium/WI-Zoom.git cd WI-Zoom
-
Generate the sources:
In Fabric versions:
./gradlew genSources vscode
In NeoForge versions:
./gradlew eclipse
(That's not a typo. NeoForge doesn't have
vscode
, buteclipse
works fine.) -
Open the
WI-Zoom
folder in VSCode / Cursor. -
Optional: In the VSCode settings, set
java.format.settings.url
tohttps://raw.githubusercontent.com/Wurst-Imperium/WI-Zoom/master/codestyle/formatter.xml
andjava.format.settings.profile
toWurst-Imperium
.
I don't use or recommend IntelliJ, but the commands to run would be:
git clone https://github.com/Wurst-Imperium/WI-Zoom.git
cd WI-Zoom
./gradlew genSources idea