-
Bug
-
Resolution: Fixed
-
1.14.4
-
Java 1.14 Vanilla Server
-
Confirmed
-
Creative
-
(Unassigned)
/setblock ~ ~ ~ air destroy does not replace liquids (water or lava) with air. Instead, the block break sound plays but the block itself does not change. Note that using /setblock ~ ~ ~ stone destroy on liquids works, as well as /fill ~ ~ ~ ~ ~ ~ air destroy.
*Expected Behavior*
/setblock ~ ~ ~ air destroy should replace the liquid block with air.
*Current Behavior*
A block break sound plays and the command is tracked as successful, but the liquid remains.
*Workaround*
Use /fill ~ ~ ~ ~ ~ ~ air destroy instead of /setblock ~ ~ ~ air destroy.
*Steps to reproduce*
1. Target a liquid block (water or lava) with /setblock x y z air destroy.
2. Execute
3. The liquid is not replaced with air.
- is duplicated by
-
MC-159188 Withers and /setblock cannot break water, even though break sounds still play.
- Resolved