Skip to content

Releases: IMB11-Mods/Flow

Flow 2.2.0

16 Nov 18:50
b42c62d

Choose a tag to compare

  • Dropped support for 1.20.4 and 1.20.6, please either downgrade to 1.20.1 or update to 1.21/.1
  • Rewritten background tint so that you can customize alpha manually on the configuration screen for non-animated backgrounds.
  • Fixed issue where using WINDOWS+TAB/ALT+TAB would crash the game or prevent item tooltips from rendering ever again.

Flow 2.1.2

19 Aug 11:02

Choose a tag to compare

  • Now uses MRU 1.0.0.

Flow 2.1.1

12 Aug 10:40

Choose a tag to compare

  • Added support for 1.21.1.

Flow 2.1.0

09 Aug 16:59
9bcd214

Choose a tag to compare

  • Fixed issue where "Expand Middle Center" animation was not correctly animating on ease out.
  • Added workarounds when inventory blur mods are installed, all Flow background modifications will be disabled, you can manually disable all background modifications within the configuration screen.
  • Fixed issue where item tooltips were rendered early during animations.
  • Fixed issue where item tooltips were frozen on the screen after the ease out animation had completed.
  • Added Russian translations, thank you @mpustovoi

Developing this mod takes time and effort, consider supporting me on Ko-Fi here: https://ko-fi.com/mineblock11

Flow 2.0.1

30 Jul 11:01

Choose a tag to compare

  • Fixes issue with mouse coordinates being mispositioned on HandledScreens during screen caching.

Flow 2.0.0

28 Jul 17:43
f5cfeed

Choose a tag to compare

This is a huge release - the entire ease out system has been rewritten to cache framebuffers instead of re-rendering the screen when it's closed.

  • Correctly allow movement when screens are being closed - previous implementation had many issues.
  • Fixed issues with toasts being broken on ease in animation.
  • Fixed compatability issues with EMI (and probably a whole lot of other mods.)
  • Fixed issues when easing out - especially random crashes.
  • Huge performance improvements to the background rendering.
  • Fixed issue on 1.20.1 where background tint would not render in some cases.
  • Fixed issue with cross-inventory animations on 1.20.6 and 1.21 causing crashes on ease out.

As always, please report any mod incompatabilities on GitHub, I will try my best to add support in future updates.

Consider supporting my work on Ko-Fi: https://ko-fi.com/mineblock11

Flow 1.6.1

01 Jul 15:16

Choose a tag to compare

"the screen fades out not just in the game but in our minds" - Barack Obama, probably.
Hotfix that should prevent Objects.requireNotNullOrElse crashes.

Flow 1.6.0

01 Jul 12:02

Choose a tag to compare

This update fixes a few issues and cleans up some of the configuration UI. Thank you to my Ko-Fi Supporters for helping me test this update!

  • Added support for 1.21
  • Dropped support for 1.20.2 due to lack of use, it was becoming a maintenance burden.
  • NEW! You can now move whilst screens transition out! This should fix a wide range of compatibility issues and annoyances.
  • Added support for Simplified Chinese
  • Improved efficiency of the blur algorithm - this should help reduce any stutters on low-end systems when transition blur is enabled.
  • The main config category has been split into "Easings" and "Background" - the "Background" category contains the blur and tint options, and the "Easings" category contains your transition options.

Flow 1.5.0

29 Mar 13:07

Choose a tag to compare

This release adds various compatabilities with the likes of Hypixel, MCC Island, Inventory Tabs 4 and has some internal API changes.

  • Fixes issues with inventories being used as GUI screens on servers such as Hypixel, MCC Island or Wynncraft.
  • Added a configuration option that allows you to decide whether or not you can move the camera during inventory close. Note, if you want physical player movement, you'll have to look into using a mod such as InvMove.
  • Added compatability with Inventory Tabs 4 - switching tabs should no longer trigger the open and close animations.
  • Fixed issue with the creative inventory background being blurred occasionally, alongside the texture not rendering in some instances in 1.20.1 and 1.20.2.
  • Fixed issue where you could accidently interact with a closing inventory, causing accidental item drops or armour being taken off.
  • Refactored the shouldCalculate API method to shouldAvoidCalculation as it was misleading.
  • Added API feature to skip the next animation to play, this can be used via the FlowAPI.disableTemporarily() method. This was used for the Inventory Tabs compatability mixin, take a look here for more information.

Again, thank you to the supporters who helped test and provide feedback for this release. If you want to support me, and gain access to updates a week in advance, become a member here: https://ko-fi.com/mineblock11

Full Changelog: 1.4.0...1.5.0

Flow 1.4.0

20 Jan 16:31

Choose a tag to compare

  • Updated build system to fix mixin issues.
  • Updated to 1.20.4

Full Changelog: 1.3.0...1.4.0