Skip to content

Commit

Permalink
Add the 3 new music discs
Browse files Browse the repository at this point in the history
  • Loading branch information
TelepathicGrunt committed Jun 16, 2024
1 parent 9763f8c commit d48aade
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion src/generated/resources/data/c/tags/item/music_discs.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"minecraft:music_disc_otherside",
"minecraft:music_disc_5",
"minecraft:music_disc_pigstep",
"minecraft:music_disc_relic"
"minecraft:music_disc_relic",
"minecraft:music_disc_creator",
"minecraft:music_disc_creator_music_box",
"minecraft:music_disc_precipice"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,11 @@ public void addTags(HolderLookup.Provider lookupProvider) {
tag(Tags.Items.INGOTS_NETHERITE).add(Items.NETHERITE_INGOT);
tag(Tags.Items.LEATHERS).add(Items.LEATHER);
tag(Tags.Items.MUSHROOMS).add(Items.BROWN_MUSHROOM, Items.RED_MUSHROOM);
// TODO: Add the 1.21 music discs to here when merged in 1.21 branch and add log warning to help migration efforts
tag(Tags.Items.MUSIC_DISCS).add(Items.MUSIC_DISC_13, Items.MUSIC_DISC_CAT, Items.MUSIC_DISC_BLOCKS, Items.MUSIC_DISC_CHIRP,
Items.MUSIC_DISC_FAR, Items.MUSIC_DISC_MALL, Items.MUSIC_DISC_MELLOHI, Items.MUSIC_DISC_STAL, Items.MUSIC_DISC_STRAD,
Items.MUSIC_DISC_WARD, Items.MUSIC_DISC_11, Items.MUSIC_DISC_WAIT, Items.MUSIC_DISC_OTHERSIDE, Items.MUSIC_DISC_5,
Items.MUSIC_DISC_PIGSTEP, Items.MUSIC_DISC_RELIC);
Items.MUSIC_DISC_PIGSTEP, Items.MUSIC_DISC_RELIC, Items.MUSIC_DISC_CREATOR, Items.MUSIC_DISC_CREATOR_MUSIC_BOX,
Items.MUSIC_DISC_PRECIPICE);
tag(Tags.Items.NETHER_STARS).add(Items.NETHER_STAR);
copy(Tags.Blocks.NETHERRACKS, Tags.Items.NETHERRACKS);
tag(Tags.Items.NUGGETS).addTags(Tags.Items.NUGGETS_GOLD, Tags.Items.NUGGETS_IRON);
Expand Down

0 comments on commit d48aade

Please sign in to comment.