mojira.dev
MC-219974

Big Dripleaf is not instantly mined like other plant blocks

The Bug

Big Dripleafs cannot be mined instantly taking them about a second to break despite it being a plant like block and it's counterpart small dripleaf breaking instantly

How to reproduce

  1. Place a big dripleaf

  2. Attempt to break it
    ❌ The block takes about a second to be mined

Expected results

The big dripleaf would be able to be broken instantly.

Code analysis

Code analysis can be found in this comment.

Linked issues

Attachments

Comments

bugsbugsbugs

I can confirm that you do not insta mine it, but it doesn’t seem like one second to me. It is less than 1 second.

Desmond Clyde

I see no reason to believe this is a bug, it is likely this is intentional behavior

Avoma

Video attached.

anthony cicinelli

This doesn't seem to be fixed in 21w13a it still takes about a second to mine

Avoma

Yes, this issue doesn't appear to be fixed in 21w13a.

Avoma

Can confirm in 21w14a.

user-c84db

Maybe intentional because it's mined faster with axes.

Avoma

Can confirm in 21w15a.

Avoma

Can confirm in 21w16a.

Avoma

Can confirm in 21w17a.

Avoma

Can confirm in 1.17.

ampolive

Can confirm in 1.17.1 Pre-release 3.

Avoma

Can confirm in 1.17.1.

ampolive

Can confirm in 21w43a.

Avoma

I am also able to confirm this behavior in 21w43a. Here are some extra details regarding this problem.

The Bug:

Big dripleaves are not mined instantly unlike other plant-like blocks.

Steps to Reproduce:

  • Place down a big dripleaf.

  • Switch into survival mode and begin mining it.

  • Take note as to whether or not big dripleaves are mined instantly.

Observed Behavior:

Big dripleaves are not mined instantly and take around half a second to be mined.

Expected Behavior:

Big dripleaves would be mined instantly, just how other plant-like blocks are mined instantly.

ampolive

Can confirm in 1.18 Pre-release 1. I think that this is caused by this piece of code:

net.minecraft.world.level.block.Blocks.java (Mojang mappings, 1.18-pre1)

...
public static final Block BIG_DRIPLEAF = Blocks.register("big_dripleaf", new BigDripleafBlock(BlockBehaviour.Properties.of(Material.PLANT).strength(0.1f).sound(SoundType.BIG_DRIPLEAF))); /**Big dripleaf has a strength of 0.1, meaning it is not instantly mined.*/
...

Replacing strength(0.1f) with instabreak() should fix the issue.

Avoma

Can confirm in 1.18.

Avoma

Can confirm in 1.18.1.

Avoma

Can confirm in 1.18.2.

Avoma

Can confirm in 1.19.

himazinn_Japan

Can confirm in 25w6a.

anthony cicinelli

(Unassigned)

Confirmed

Gameplay

Normal

Block states

big_dripleaf, mine-speed

21w11a, 21w13a, 21w14a, 21w15a, 21w16a, ..., 1.20, 1.20.1, 1.20.4, 1.21, 25w06a

21w13a

Retrieved