The bug
Weeping and twisting vines do not always drop when broken.
Linked issues
is duplicated by 1
Comments 4
They are set to have a 33% drop chance in the loot table, so I would say this works as intended:
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.33333334
}
]"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.33333334
}
]
They do drop, though they drop less than they should.