The bug
After placing a water source block on one of the gold blocks, all but the lowest level of flowing water turned into cobblestone.
How to reproduce
Video demonstrating the issue: https://www.youtube.com/watch?v=xL6y4UJ55uk
Linked issues
is duplicated by 33
relates to 2
Attachments
Comments 59
Was this marked as WAI because of what the wiki says? The wiki documents behavior, it does not say what is intended. Either way, water running horizontally into water will also create cobblestone, though this might have been a change made after this report was created: http://i.imgur.com/yArVkkf.png http://i.imgur.com/qpAymim.png
—
However, I believe this bug report was misunderstood. What it's actually about is the third (and last, in the overworld) level of flowing lava will not create cobblestone when coming into contact with water, see attached screenshots. So, please re-open and confirm for 1.8.
It's only forming cobble when the water/lava is overriding the water/lava, as in trying to flow over to the block the other liquid is currently in, causing it to be both replaced with cobble, in this case, the liquids wont override each other but just touch both ends, which indeed cant form a block but probably should if you look at the logic behind it.
That is a different issue, Fabian. This issue is about horizontally flowing liquids. I suggest you create a new ticket for that situation.
They are the same bug
It being horizontal or vertical doesn't matter
In the code, lava checks for water nearby then converts to cobblestone
But after checking and finding water
It then checks if the lava level is at or below level 5
If so, converts to cobblestone
The furthest (lowest) lava in the overworld is 6, which is not at or below 5, so it doesn't convert
Changing the value from 5 to 6 fixes this bug
Water does no checking of its own
That it says it in the code doesn't make it not a bug. Of course every bug can be found in the code, that's why it happens at all.
But you can't really argue that water simply stopping in mid-air and not trying to flow either downwards or to the side is not a bug. It goes against every other mechanic of water physics.
Relates to MCPE-43990.
Cobblestone is only created if lava flows horizontaly into water.
"If water flows horizontally into lava, a hiss and puff of smoke occur but nothing changes." More information here