-
Bug
-
Resolution: Unresolved
-
None
-
1.16.5, 21w15a, 21w16a, 21w17a, 21w18a, 21w19a, 21w20a, 1.17 Pre-release 1, 1.17 Pre-release 3, 1.17 Pre-release 4, 1.17 Pre-release 5, 1.17 Release Candidate 1, 1.17, 1.17.1 Pre-release 1, 1.17.1 Pre-release 2, 1.17.1 Pre-release 3, 1.17.1 Release Candidate 1, 1.17.1, 21w40a, 21w43a, 1.18.1, 22w03a, 22w05a, 1.18.2, 22w14a, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20.1, 1.20.4, 23w51b, 1.21, 1.21.3
-
None
-
Confirmed
-
(Unassigned)
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:
- 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
- Observe whether the command ran successfully or not.
- 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.
- relates to
-
MC-249984 note_block is inconsistently spelled as noteblock in the allay_deliver_cake_to_noteblock advancement
- Resolved