Mojira Archive
MC-36191

Missing stat.mineBlock for various blocks (mob spawners, cauldrons, beds, etc.)

Attempting to add a stat.mineBlock objective using the following blocks produces an Invalid objective criteria type error:

  • minecraft:bed
  • minecraft:brewing_stand
  • minecraft:cake
  • minecraft:cauldron
  • minecraft:cocoa
  • minecraft:daylight_detector_inverted
  • minecraft:fire
  • minecraft:flower_pot
  • minecraft:grass_path
  • minecraft:melon_stem
  • minecraft:pumpkin_stem
  • minecraft:mob_spawner
  • minecraft:piston_head
  • minecraft:powered_comparator
  • minecraft:unpowered_comparator
  • minecraft:powered_repeater
  • minecraft:unpowered_repeater
  • minecraft:purpur_double_slab
  • minecraft:redstone_wire
  • minecraft:reeds
  • minecraft:skull
  • minecraft:standing_banner
  • minecraft:wall_banner
  • minecraft:standing_sign
  • minecraft:wall_sign
  • minecraft:trapdoor
  • minecraft:iron_trapdoor
  • minecraft:tripwire
  • minecraft:wheat
  • minecraft:beetroots
  • minecraft:carrots
  • minecraft:potatoes
  • minecraft:nether_wart
  • minecraft:wooden_door
  • minecraft:acacia_door
  • minecraft:birch_door
  • minecraft:dark_oak_door
  • minecraft:jungle_door
  • minecraft:spruce_door
  • minecraft:iron_door

Missing blocks (not mineable)
As minecraft:end_portal_frame or minecraft:command_block both work, these blocks could be added as well.

  • minecraft:barrier
  • minecraft:bedrock
  • minecraft:end_gateway
  • minecraft:end_portal
  • minecraft:flowing_lava
  • minecraft:flowing_water
  • minecraft:lava
  • minecraft:water
  • minecraft:piston_extension
  • minecraft:portal

Counted within different statistics
Their own stats are missing, but they are counted as other (similar) blocks.

Affected block Counts as
minecraft:double_stone_slab minecraft:stone_slab
minecraft:double_stone_slab2 minecraft:stone_slab2
minecraft:double_wooden_slab minecraft:wooden_slab
minecraft:lit_furnace minecraft:furnace
minecraft:lit_redstone_lamp minecraft:redstone_lamp
minecraft:lit_redstone_ore minecraft:redstone_ore
minecraft:unlit_redstone_torch minecraft:redstone_torch

Code analysis by Marcono1234 can be found in this comment.