Skip to content

Commit c46b4dd

Browse files
committed
Add 1.21 music discs (Fixes #4551)
Signed-off-by: Alexander Brandes <[email protected]>
1 parent c8e7367 commit c46b4dd

File tree

1 file changed

+2
-1
lines changed
  • Core/src/main/java/com/plotsquared/core/command

1 file changed

+2
-1
lines changed

Core/src/main/java/com/plotsquared/core/command/Music.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ public class Music extends SubCommand {
5656
.asList("music_disc_13", "music_disc_cat", "music_disc_blocks", "music_disc_chirp",
5757
"music_disc_far", "music_disc_mall", "music_disc_mellohi", "music_disc_stal",
5858
"music_disc_strad", "music_disc_ward", "music_disc_11", "music_disc_wait", "music_disc_otherside",
59-
"music_disc_pigstep", "music_disc_5", "music_disc_relic"
59+
"music_disc_pigstep", "music_disc_5", "music_disc_relic", "music_disc_creator",
60+
"music_disc_creator_music_box", "music_disc_precipice"
6061
);
6162

6263
private final InventoryUtil inventoryUtil;

0 commit comments

Comments
 (0)