The bug
Scoreboard objective criteria minecraft.mined:minecraft.<double_tall_block>
only increases when breaking the block spawned with /setblock, but not with double tall blocks naturally generated, grown (bonemeal on grass), or placed.
How to reproduce
Create your objective
/scoreboard objectives add double_tall minecraft.mined:minecraft.<double_tall_block> /scoreboard objectives setdisplay sidebar double_tall /scoreboard players set @s double_tall 0
Place or grow the block in question then break it, the score will not increase
Create a half-block using /setblock, and then break it**, the score will increase
Additional Steps
Create a half-block using /setblock and include nbt data for half=[lower, upper], and then break it, the score will increase
Create a half-block using /setblock with nbt data half=lower and then use /setblock to create a half-block directly above it with nbt data half=upper, when you break this block** the score will not increase
Note: breaking both the bottom and top half have the same effect.
Linked issues
is duplicated by 3
Attachments
Comments 5
Fixed in 1.16 Pre-release 5. Although, Avoma and Brain81505 were able to reproduce it in later versions. I tested it on a few different blocks and wasn't able to reproduce it in those versions.
1.16 Pre-release 4:
1.16 Pre-release 5:
related to https://bugs.mojang.com/browse/MC-136325