@minecraft/vanilla-data 1.21.90-preview.22 → 1.21.90-preview.25

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.
@@ -806,6 +806,7 @@ export declare enum MinecraftItemTypes {
806
806
  MusicDiscRelic = "minecraft:music_disc_relic",
807
807
  MusicDiscStal = "minecraft:music_disc_stal",
808
808
  MusicDiscStrad = "minecraft:music_disc_strad",
809
+ MusicDiscTears = "minecraft:music_disc_tears",
809
810
  MusicDiscWait = "minecraft:music_disc_wait",
810
811
  MusicDiscWard = "minecraft:music_disc_ward",
811
812
  Mutton = "minecraft:mutton",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minecraft/vanilla-data",
3
- "version": "1.21.90-preview.22",
3
+ "version": "1.21.90-preview.25",
4
4
  "description": "Contains types for Minecraft Vanilla Content",
5
5
  "exports": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",