A very simple Minecraft mod that brings the flight speed adjustment from Spectator mode directly into Creative mode.
In vanilla Minecraft, you can only adjust your flying speed using the mouse scroll wheel when you are in Spectator mode. This mod simply ports that exact functionality over to Creative mode!
- Scroll to Change Speed: While flying in Creative mode, just use your mouse scroll wheel to speed up or slow down, exactly like you do in Spectator.
- Toggle Key: Need to scroll through your hotbar while flying? You can toggle the mod on and off using a keybind (Default:
Z).
- Minecraft: 1.20.1
- Loaders: Both Fabric and Forge are supported!
- Install either Fabric Loader or Minecraft Forge.
- For Fabric, ensure you have the Fabric API installed.
- Download the latest release of ScrollFly for your respective loader.
- Place the
.jarfile in yourmodsfolder. - Launch the game!
- Clone the repository:
git clone https://github.com/MrErenK/ScrollFly.git - Open in your IDE (IntelliJ IDEA recommended).
- The project is built using Multiloader conventions.
- Run
./gradlew :fabric:runClientor./gradlew :forge:runClientfor testing.
./gradlew buildThe built mod jars will be located in fabric/build/libs/ and forge/build/libs/.
This project is licensed under the MIT License. See LICENSE for details.
Made with ❤️ by MrErenK for the Minecraft community
For questions, suggestions, or support, feel free to open an issue on GitHub!