Перейти к содержимому
Mineforgian

SimpleLook

SimpleLook allows you to glance around without changing your movement direction. Hold a key-bind you set then move your mouse to look around independently while running, walking, flying with elytra, flying in creative, swimming, or doing anything else!

Загрузки
1K
Подписчики
6
Обновлён
6 июля 2026 г.
Лицензия
MIT

Опубликован 16 декабря 2025 г.

SimpleLook

Minecraft Fabric License Version

Look around freely while moving - inspired by Rust's free look feature.

SimpleLook allows you to glance around without changing your movement direction. The keybind is unbound by default - we recommend binding it to Left Alt. Once bound, hold the key and move your mouse to look around independently while running, walking, flying with elytra, swimming, or doing anything else.

Author: Partacus-SPQR
Source: GitHub
Download: Modrinth


Features

  • Free Look Camera - Look around independently from your movement direction
  • Smooth Camera Movement - Configurable smoothing for natural-feeling camera motion
  • Smooth Return - Camera smoothly returns to center when you release the key
  • Customizable Key Binding - Rebind to any key or mouse button
  • Hold or Toggle Mode - Choose between holding the key or pressing once to toggle
  • Configurable Limits - Set maximum horizontal and vertical look angles
  • Adjustable Speed - Configure how fast the camera returns to center
  • Works Everywhere - Use while running, walking, swimming, flying with elytra, or riding mounts (horses, pigs, striders, happy ghasts, and more)

How to Use

  1. Set Up: Go to Options > Controls > Key Binds and find the SimpleLook category
  2. Bind Key: Assign a key to "Free Look" (we recommend Left Alt)
  3. Use: Hold your bound key and move your mouse to look around
  4. Release: Let go and the camera smoothly returns to center

Configuration

  • Open Options > Controls > Key Binds and find the SimpleLook category to rebind
  • For additional settings, install Mod Menu to access the configuration screen

Configuration Options

All settings can be adjusted in-game with Mod Menu (and optionally Cloth Config for an enhanced UI):

Setting Default Description
Enabled On Enable/disable the mod
Max Yaw 135 degrees Maximum horizontal look angle
Max Pitch 90 degrees Maximum vertical look angle
Return Speed 25% How fast the camera returns to center
Smoothing 20% Camera movement smoothing (lower = faster turning)
Toggle Mode Off (Hold) Off = hold the key to look (release reverts); On = press once to toggle on/off

Installation

  1. Install Fabric Loader
  2. Install Fabric API
  3. Download SimpleLook and place in your mods folder
  4. (Optional) Install Mod Menu for in-game configuration
  5. Set your keybind in Options > Controls > Key Binds > SimpleLook

Version Compatibility

Minecraft Mod Version Fabric Loader Java
26.2 1.3.0 0.18.4 or higher Java 25
26.1 1.3.0 0.18.4 or higher Java 25
1.21.11 1.3.0 0.18.4 or higher Java 21
1.21.10 1.3.0 0.18.4 or higher Java 21
1.21.9 1.3.0 0.18.4 or higher Java 21

Dependencies

Required:

  • Fabric API

Optional (Recommended):

  • Mod Menu - For in-game configuration access
  • Cloth Config - For enhanced configuration UI

FAQ

Q: Does this work in multiplayer?
A: Yes. SimpleLook is completely client-side and works on any server.

Q: Does this give any unfair advantage?
A: No. It is purely visual. Your character still faces the direction you are moving, and other players see you normally.

Q: Can I use this while flying with elytra?
A: Yes. It works with all movement types including elytra flight, swimming, and riding.

Q: Does it work while riding mounts?
A: Yes. It works with all rideable entities including horses, pigs, striders, happy ghasts, and any other mounts.

Q: Is this like the free look in Rust?
A: Exactly. It is inspired by Rust's free look feature that lets you look around while sprinting.

Q: Why is the keybind unbound by default?
A: To avoid conflicts with other mods. We recommend binding it to Left Alt for the most natural experience.


License

This mod is licensed under the MIT License. See LICENSE for details.


Made by Partacus-SPQR

Ченджлог

1.3.0Релиз26.2 · 25 июня 2026 г.

[1.3.0] - 2026-06-24

Added

  • Minecraft 26.2 support (unobfuscated builds, Java 25)

Fixed

  • Restored 1.21.9 / 1.21.10 / 1.21.11 builds, which had regressed in 1.2.0:
    • MouseButtonEvent mouse signatures and options.controls.KeyBindsScreen are now applied to all shipped versions (they were wrongly gated to >=26.1, leaving the 1.21.x path on pre-1.21.9 APIs)
    • Fallback config screen used GuiGraphics.renderTooltip(...) on 1.21.x → switched to setTooltipForNextFrame(...)
    • Identifier import and KeyMapping.Category are now gated >=1.21.11 (were conflated with KeyMappingHelper at >=26.1)

Changed

  • 26.2 is now the primary build target; multi-version builds cover 1.21.9, 1.21.10, 1.21.11, 26.1, and 26.2
  • Adapted to the 26.2 screen API change via a new ScreenCompat helper:
    • Minecraft.setScreen()Minecraft.setScreenAndShow()
    • Minecraft.screen field → Minecraft.gui.screen()
  • Switched the Java config to a toolchain so the 26.x (Java 25) builds no longer depend on the ambient JDK
  • Updated dependencies for 26.2: Fabric API 0.153.0+26.2, Mod Menu 20.0.0-beta.4
  • Clarified the look-mode option in both the Cloth and fallback config screens — the control is now labelled Hold / Toggle (the default is Hold: hold the key to look, release to revert) instead of an ambiguous on/off
1.2.0Релиз26.1 · 25 марта 2026 г.

[1.2.0] - 2026-03-25

Added

  • Minecraft 26.1 support
  • Java 25 toolchain support
  • Unobfuscated jar handling for MC 26.1 (no mappings required)

Changed

  • Updated Gradle wrapper to 9.4.1
  • Updated Fabric Loader to 0.18.4
  • Adapted all source files with Stonecutter conditionals for 26.1 API changes:
    • ResourceLocationIdentifier
    • GuiGraphicsGuiGraphicsExtractor
    • KeyBindingHelperKeyMappingHelper
    • render()extractRenderState()
    • Mouse events now use MouseButtonEvent
    • Camera.setup()Camera.alignWithEntity()
  • Cloth Config excluded for 26.1 (no compatible version available yet)

Technical

  • Multi-version support expanded to 1.21.9, 1.21.10, 1.21.11, 26.1
1.0.0Релиз1.21.11 · 16 декабря 2025 г.

[1.0.0] - 2025-12-16

Added

  • Initial release
  • Free look camera functionality (hold key to look around independently)
  • Smooth camera movement with configurable smoothing
  • Smooth return to center when key is released
  • Configurable maximum yaw angle (10-180 degrees)
  • Configurable maximum pitch angle (10-90 degrees)
  • Configurable return speed (1-100%)
  • Configurable smoothing factor (0-100%, lower = faster turning)
  • Toggle mode option (press once to activate/deactivate)
  • Keybind is unbound by default (recommended: Left Alt)
  • Keybind visible in Options > Controls > Key Binds > SimpleLook category
  • Full Mod Menu integration
  • Cloth Config support for enhanced configuration UI (uses text fields due to Cloth Config slider bug)
  • Fallback configuration screen when Cloth Config is not available
  • Keybindings tab in configuration screen for quick rebinding

Supported Activities

  • Walking, running, sprinting
  • Swimming and underwater movement
  • Flying with elytra
  • Riding mounts (horses, pigs, striders, happy ghasts, and all other rideable entities)

Technical

  • Multi-version support (1.21.9, 1.21.10, 1.21.11)
  • Client-side only mod
  • Fabric API integration
  • Mixin-based camera and mouse handling
  • Cloth Config and Mod Menu are truly optional dependencies
1.0.0Релиз1.21.10 · 16 декабря 2025 г.

[1.0.0] - 2025-12-16

Added

  • Initial release
  • Free look camera functionality (hold key to look around independently)
  • Smooth camera movement with configurable smoothing
  • Smooth return to center when key is released
  • Configurable maximum yaw angle (10-180 degrees)
  • Configurable maximum pitch angle (10-90 degrees)
  • Configurable return speed (1-100%)
  • Configurable smoothing factor (0-100%, lower = faster turning)
  • Toggle mode option (press once to activate/deactivate)
  • Keybind is unbound by default (recommended: Left Alt)
  • Keybind visible in Options > Controls > Key Binds > SimpleLook category
  • Full Mod Menu integration
  • Cloth Config support for enhanced configuration UI (uses text fields due to Cloth Config slider bug)
  • Fallback configuration screen when Cloth Config is not available
  • Keybindings tab in configuration screen for quick rebinding

Supported Activities

  • Walking, running, sprinting
  • Swimming and underwater movement
  • Flying with elytra
  • Riding mounts (horses, pigs, striders, happy ghasts, and all other rideable entities)

Technical

  • Multi-version support (1.21.9, 1.21.10, 1.21.11)
  • Client-side only mod
  • Fabric API integration
  • Mixin-based camera and mouse handling
  • Cloth Config and Mod Menu are truly optional dependencies
1.0.0Релиз1.21.9 · 16 декабря 2025 г.

[1.0.0] - 2025-12-16

Added

  • Initial release
  • Free look camera functionality (hold key to look around independently)
  • Smooth camera movement with configurable smoothing
  • Smooth return to center when key is released
  • Configurable maximum yaw angle (10-180 degrees)
  • Configurable maximum pitch angle (10-90 degrees)
  • Configurable return speed (1-100%)
  • Configurable smoothing factor (0-100%, lower = faster turning)
  • Toggle mode option (press once to activate/deactivate)
  • Keybind is unbound by default (recommended: Left Alt)
  • Keybind visible in Options > Controls > Key Binds > SimpleLook category
  • Full Mod Menu integration
  • Cloth Config support for enhanced configuration UI (uses text fields due to Cloth Config slider bug)
  • Fallback configuration screen when Cloth Config is not available
  • Keybindings tab in configuration screen for quick rebinding

Supported Activities

  • Walking, running, sprinting
  • Swimming and underwater movement
  • Flying with elytra
  • Riding mounts (horses, pigs, striders, happy ghasts, and all other rideable entities)

Technical

  • Multi-version support (1.21.9, 1.21.10, 1.21.11)
  • Client-side only mod
  • Fabric API integration
  • Mixin-based camera and mouse handling
  • Cloth Config and Mod Menu are truly optional dependencies

Комментарии

Загружаем…