-
Bug
-
Resolution: Fixed
-
24w18a, 24w19b
-
None
-
Confirmed
-
Enchantments
-
Normal
-
Platform
Previously, frost walker used a BlockState#isAir check for the block above the water being air, allowing normal air, cave air, and void air. However, frost walker now uses a block state predicate that only allows the specific normal air block. This change can be seen in the below file:
As a result of this issue, frost walker no longer works at the top of the world (as outside of the world is considered void air), as well as positions covered by void air or cave air. Since these types of air function as air, I would expect them to all work the same regarding frost walker capability.