-
Bug
-
Resolution: Works As Intended
-
None
-
1.14.4, 19w34a, 19w35a
-
Confirmed
-
Block states, Commands
-
Normal
The bug
The water and lava "level" blockstate is reversed when identifying them using commands.
Steps to reproduce
- Place a water source
- Stand inside the water block next to the source
- Run the following command: execute if block ~ ~ ~ water[level=7]
If done correctly, this command should fail. If identified through the debug ui however, the information correctly shows that the water level is in fact 7. Now repeat the steps listed above but stand at the last water block flowing out of the source. If done correctly, the command should succeed.