Skip to content

SimpleFPS v1.1.0

Choose a tag to compare

@Partacus-SPQR Partacus-SPQR released this 11 Dec 06:18
· 13 commits to main since this release

[1.1.0] - 2024-12-11

Changed

  • Minecraft 1.21.11 - Updated to support Minecraft 1.21.11
  • Cloth Config & Mod Menu are now optional - Only Fabric API is required
  • Updated Fabric Loader to 0.18.2
  • Updated Fabric API to 0.139.4+1.21.11
  • Updated Loom to 1.14-SNAPSHOT
  • Updated Gradle to 9.2.1

Added

  • Built-in Config Screen - Native Minecraft config screen with sliders, tooltips, and reset buttons (used when Cloth Config is not installed)
  • Interactive Scrollbar - Click to jump or drag to scroll through config options
  • Config Keybind - Opens Cloth Config screen if installed, otherwise opens built-in config
  • Automatic detection of Cloth Config at runtime
  • Scroll indicators show when more content is available

Fixed

  • Scrollable Fallback Config - Config screen now scrolls and adapts to any window size
  • Fixed config widgets overlapping bottom buttons on small Minecraft windows

Technical

  • Cloth Config changed from modImplementation to modCompileOnly
  • Mod Menu integration works with or without Cloth Config
  • All keybinds remain unbound by default
  • Improved widget positioning in fallback config (uses manual scroll offset)
  • Bottom buttons (Save & Close, Key Binds, Cancel) are now fixed at the bottom