Mojira Archive
MC-223448

Several scoreboard objectives do not follow the names of block IDs

The Bug:

Several scoreboard objectives do not follow the names of block IDs.

Affected Scoreboard Objectives:

Before reading the table, please note the following:

  • Words colored in GREEN are correct.
  • Words colored in RED are incorrect.

 

Block ID Current Scoreboard Objective/Statistics Name Expected Scoreboard Objective/Statistics Name
brewing_stand minecraft.custom:minecraft.interact_with_brewingstand minecraft.custom:minecraft.interact_with_brewing_stand
ender_chest minecraft.custom:minecraft.open_enderchest minecraft.custom:minecraft.open_ender_chest
note_block minecraft.custom:minecraft.play_noteblock minecraft.custom:minecraft.play_note_block
note_block minecraft.custom:minecraft.tune_noteblock minecraft.custom:minecraft.tune_note_block

Steps to Reproduce:

  1. Create a scoreboard objective for interacting with a brewing stand by using the command provided below.
    /scoreboard objectives add test minecraft.custom:minecraft.interact_with_brewingstand
  2. Observe whether the command ran successfully or not.
  3. Take note as to whether or not several scoreboard objectives do not follow the names of block IDs.

Observed Behavior:

Several scoreboard objectives do not follow the names of block IDs.

Expected Behavior:

All scoreboard objectives would follow the names of block IDs.