Skip to content

Releases: Partacus-SPQR/SimpleLook

SimpleLook v1.2.0

25 Mar 20:28

Choose a tag to compare

[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

SimpleLook v1.0.0

16 Dec 08:07

Choose a tag to compare

[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
    SimpleLookExample