Github · Report An Issue · Request A Feature
Currently stable on Minecraft Bedrock Edition 1.21.0.3 with Amethyst Runtime 1.3.0
Ensure you have developer mode enabled on Windows, if you don't know how see this tutorial.
Download, play, and close Minecraft Bedrock 1.21.0.3
Find and install the latest Amethyst Launcher and Runtime release Amethyst's releases page.
Go to the mod manager menu and click the Open Mods Folder
button.
Download the latest ViderēLongē release.
Bring the AmethystRuntime and ViderēLongē zip files to your mods folder like this:
Extract both zip files, the structure should look like the following.
Go back to Amethyst Launcher, reload the page with Ctrl + R
, then go to the profile editor page.
Create or use your existing mod profile.
Select the latest runtime that you downloaded, and click ViderēLongē from the Inactive Mods
list to bring it over to the active mods. After that, press Save Profile
.
Launch the game, and have fun!
Join the Amethyst modding Discord guild, we'll be happy to help (just don't spam ping us ;) )!
Go to your settings
Click Keyboard & Mouse
Scroll until you find key.zoom
, then bind it to the desired key.
Open the mods folder.
Find the VidēreLongē folder.
Open config.json
and change it to whatever you please.
Note A default config.json should be made automatically once you start the game however you can still manually make it if you like.
{ "zoomType": "gradual", "sensitivityDampen": 90.0, "targetFov": 10.0, "duration": 0.2 }
zoomType
can either be instant
or gradual
. Instant sets your FOV to the targetFov
the intstant you press the zoom key and gradual
zooms in slowly.sensitivityDampen
is the percentage you want your sensitivity to decrease by when zoomed.targetFov
is the FOV the mod will stop at when you press the zoom key.duration
is for the gradual
mode. In this amount of time (seconds) you will reach the targetFov
.