The bug
Vines without a supporting block all break at the same time when the supporting block is broken.
To reproduce
Run the following commands:
/setblock ~1 ~20 ~2 minecraft:stone /fill ~1 ~ ~1 ~1 ~20 ~1 minecraft:vine[south=true]
Break the stone
Expected behavior
One would expect, in line with the way sugarcane and kelp break, that the breaking would spread from the top down gradually.
Observed behavior
All blocks break at exactly the same time.
Linked issues
relates to 1
Attachments
Comments 7
Can confirm this in 1.18 Pre-release 5. Here are some extra details regarding this problem.
The Bug:
Vines all get destroyed at the same time when their supporting block gets destroyed.
Steps to Reproduce:
Summon a tower of vines attached to one block.
/setblock ~1 ~20 ~2 minecraft:stone
/fill ~1 ~ ~1 ~1 ~20 ~1 minecraft:vine[south=true]
Destroy the vine that's attached to the stone block and as you do this watch the remaining vines closely.
Take note as to whether or not vines all get destroyed at the same time when their supporting block gets destroyed.
Observed Behavior:
Vines all get destroyed at the same time when their supporting block gets destroyed.
Expected Behavior:
Vines would all get destroyed gradually when their supporting block gets destroyed.
Can confirm in 1.16.5. Video attached.