There are other glitches that have been reported about lava, but this seems to be a new issue.
I'm playing in creative with cheats, and I was using /setblock ~ ~ ~ minecraft:lava to create a square ring of lava. I noticed that sometimes the lava did not flow downwards. There IS lava there (because it can be removed with a bucket, and additional lava can't be placed there), but reloading DOES NOT fix this.
I can upload my world if necessary (although I'm building on a superflat world with only a layer of air and I built a bunch of other stuff in the world a little while away. This means I'm building directly over the void).
EDIT: After more experimenting, it seems that any lone lava that has been /setblock'd will not flow unless another block (even another lava that was placed with /setblock) is placed directly adjacent. Note that diagonally does not count. I suspect that water may also be affected.
Linked issues
Attachments
Comments 25
This is because the lava needs a block update to know that it needs to flow. Same happens when you place a lava block.
@FVbico No, that's not how it works; minecraft:lava is the source block (which is supposed to flow). minecraft:flowing_lava is the flowing itself.
tested it, lava, doesn't start to flow, flowing_lava does
so the block you place with a bukket is minecraft:flowing_lava
if you setblock lava, it will not flow unless it get's updated
so it is intended
Now I'm just making guesses, I probably don't need to know exactly how it works anyway.
@ggxl I think the "on creation" only counts for buckets. but it seems like /setblock ~ ~ ~ flowing_lava should make it flow without a block update.
The Wiki does not say specify HOW the liquid is placed. I still think this is a bug because of how the blocks are named. Why even be able to summon "lava" when there's "flowing lava"?
I also have another open bug that I reported earlier that relates to liquid updates and flow: MC-56798.
think it's intended, you have 2 types of lava:
minecraft:lava
minecraft:flowing_lava