mojira.dev
MC-170844

Nether sprouts don't break without supporting block

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

MC-170969 Nether sprouts float in air Resolved MC-171097 Bug with Nether Sprouts Resolved MC-171131 Nether Sprouts in the air. Resolved MC-171339 Nether Sprouts doesn't drop itsel when block under it is destroyed Resolved MC-171417 Nether Sprouts don't break when the block underneath them is broken Resolved

Attachments

Comments 4

I was about to report this

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.

decompiles 20w06a = code:

SproutsBlock extends block

 

But plant block not found these are plant types 

Eric Mao

migrated

Confirmed

Important

Block states

block

20w06a, 20w07a

20w09a

Retrieved