The bug
Normally as a grass block (or other grass-like blocks) lost its supporting block below, it will definitely break. But as you can see from the image below, the nether sprouts block don't break after I break the soil below.
Code Analysis
Code analysis by @unknown can be found in this comment.
Linked issues
is duplicated by 15
Attachments
Comments 4
Please link this in the description of this ticket. The following is based on 20w06a names using yarn.
Upon looking at the net.minecraft.block.SproutsBlock
class, it seems like the class extends the net.minecraft.block.Block
class, it should be net.minecraft.block.PlantBlock
.
Closely relates to MC-170834