

Water Walking Fix (Forge)
This is an unofficial port of the Water Walking Fix mod for the Forge platform, created by Apace100. The original version is available for Fabric and Quilt.
The Core Purpose of the Mod
In the standard version of Minecraft, the ability to walk on fluids is implemented only for Striders, which can move across lava. Although the game's code provides a general mechanism that allows entities to walk on any fluids by overriding a special method, this system has significant shortcomings.
Other mods often utilize this capability, giving players the ability to walk on water through new enchantments or special character traits. However, due to limitations in the vanilla implementation, two main issues arise:
- Entities can only walk on source blocks of fluids, but not on their flowing versions
- Movement across blocks filled with fluid becomes impossible
This mod completely eliminates these shortcomings.
What the Mod Does NOT Do
It's important to understand that this mod itself does not add the ability to walk on water to players or other entities. Its sole purpose is to fix errors in Minecraft's standard system when the capability to walk on fluids is provided by other mods.