@minecraft/vanilla-data 1.21.90 → 1.21.93

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -798,6 +798,7 @@ export declare enum MinecraftItemTypes {
798
798
  MusicDiscCreator = "minecraft:music_disc_creator",
799
799
  MusicDiscCreatorMusicBox = "minecraft:music_disc_creator_music_box",
800
800
  MusicDiscFar = "minecraft:music_disc_far",
801
+ MusicDiscLavaChicken = "minecraft:music_disc_lava_chicken",
801
802
  MusicDiscMall = "minecraft:music_disc_mall",
802
803
  MusicDiscMellohi = "minecraft:music_disc_mellohi",
803
804
  MusicDiscOtherside = "minecraft:music_disc_otherside",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minecraft/vanilla-data",
3
- "version": "1.21.90",
3
+ "version": "1.21.93",
4
4
  "description": "Contains types for Minecraft Vanilla Content",
5
5
  "exports": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",