All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
12.0.0 - 2024-06-14
- Update for Minecraft 1.21
11.0.0 - 2024-06-07
- Update for Minecraft 1.20.6
10.0.1 - 2024-04-29
- Fix for non-player entities no longer being pushed by fluids
9.0.4 - 2024-04-29
- Fix for non-player entities no longer being pushed by fluids
10.0.0 - 2024-04-27
- Update for Minecraft 1.20.4
9.0.3 - 2024-04-20
- Crash on launch (forge v47)
9.0.2 - 2024-04-19
- With fluid physics disabled, fluid pushing would still occur
9.0.1 - 2024-04-12
- Rewrote fluid collisions, fixing multiple issues:
- Fixed a server freeze due to the collision code getting into an infinite loop
- Fixed sneaking at the edge of a fluid block not behaving as with regular blocks
- Fixed no fall damage dealt for falling on a fluid block
9.0.0 - 2023-07-07
- Update for Minecraft 1.20
8.0.0 - 2023-03-22
- Update for Minecraft 1.19.4
7.0.0 - 2022-09-11
- Support for Forge's new Fluid API introduced in 1.19
- Improved compatibility of mixins
- Fix fall damage falling in fluid
6.0.0 - 2022-03-06
- Update for Minecraft 1.18.2
- Now using Slf4j
- Marked some methods as internal
- Mixin injections didn't have the proper requirements, meaning some failed injections could go unnoticed
- Typo in javadoc
5.0.0 - 2021-12-26
- Update for Minecraft 1.18
4.0.2 - 2021-10-10
- New release without previously broken fix
4.0.1 - 2021-10-08 [YANKED]
- Crash on launch (fabric)
- 1.17 compatibility
4.0.0 - 2021-10-08 [YANKED]
- Use Fabric API's TriState for the Fabric swimming event
- Depend on Minecraft 1.17+ instead of 1.17.1+
3.0.2 - 2021-10-04 [YANKED]
- Pulled in fix from 1.16 version (2.0.2)
2.0.2 - 2021-10-04 [YANKED]
- Adjustment to allow for better Mixin compatibility with other mods
3.0.1 - 2021-09-28
- Fixed dev dependencies defined for production build
3.0.0 - 2021-09-27
- Update for 1.17.1
2.0.1 - 2021-04-15
- Icon crashing Forge's mod menu (lol)
2.0.0 - 2021-04-07
- LivingFluidCollision event which allows "fluid walking"
- Massive thanks to Logantastic for providing his collision code!
1.1.0 - 2021-04-06
- Icon
- Bubble columns affect motion when water physics are disabled
- An incorrect translation key when dying from fall damage in water
- Block speed is not applied when in water and water physics are disabled
- Forwards collision with a block makes the player climb up with swimming enabled outside water
- Cannot land critical hits when in water with water physics disabled
- Hunger is not applied correctly when swimming is enabled above water or disabled underwater
- Cannot start fall flying underwater with water physics disabled
1.0.0 - 2021-04-03
Initial release
- Player swim event