Lava buckets empty with no effect when placed on ladders
When you are holding a lava bucket and attempt to place it (when the "use" keybind is activated), while pointing at a ladder, the bucket will empty, the liquid placement sound is played, and the lava disappears. As far as I have seen, this only happens with a ladder, however this may occur in other cases (non-full blocks).
Environment
Minecraft Info: Minecraft Java Edition, version 19w11b.
Computer Info:
O.S.: Windows 10
Java Ver: 8; update 192
Linked Issues
Created Issue:
Lava buckets empty with no effect when placed on ladders
When you are holding a lava bucket and attempt to place it (when the "use" keybind is activated), while pointing at a ladder, the bucket will empty, the liquid placement sound is played, and the lava disappears. As far as I have seen, this only happens with a ladder, however this may occur in other cases (non-full blocks).
Environment
Minecraft Info: Minecraft Java Edition, version 19w11b.
Computer Info:
O.S.: Windows 10
Java Ver: 8; update 192
relates to
The fix may have been tied to MC-146225's.
When attempting to place the contents of a bucket into a LiquidBlockContainer block that has a replaceable or non-solid-blocking material, the bucket's code does not check if the contained fluid is allowed to be placed in the targeted block, and instead it checks if the bucket contains water.
This results in the bucket being emptied into a block that does not allow other fluids to be placed in it, resulting in the bucket's contents being removed (if in survival) and nothing being placed adjacent to the block like with non-waterloggable blocks or with water-filled waterloggable blocks.
Examples include placing a Water Bucket against Kelp, Kelp Plants, Seagrass, or Tall Seagrass.
Relates to
MC-132816