@minecraft/vanilla-data 1.26.30-preview.26 → 1.26.30-preview.28

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.
@@ -1431,6 +1431,7 @@ export type BlockStateSuperset = {
1431
1431
  ['minecraft:corner']?: string;
1432
1432
  ['minecraft:facing_direction']?: string;
1433
1433
  ['minecraft:multi_block_part']?: number;
1434
+ ['minecraft:sixteen_way_rotation']?: string;
1434
1435
  ['minecraft:vertical_half']?: string;
1435
1436
  ['moisturized_amount']?: number;
1436
1437
  ['monster_egg_stone_type']?: string;
@@ -845,6 +845,7 @@ export declare enum MinecraftItemTypes {
845
845
  MusicDisc13 = "minecraft:music_disc_13",
846
846
  MusicDisc5 = "minecraft:music_disc_5",
847
847
  MusicDiscBlocks = "minecraft:music_disc_blocks",
848
+ MusicDiscBounce = "minecraft:music_disc_bounce",
848
849
  MusicDiscCat = "minecraft:music_disc_cat",
849
850
  MusicDiscChirp = "minecraft:music_disc_chirp",
850
851
  MusicDiscCreator = "minecraft:music_disc_creator",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minecraft/vanilla-data",
3
- "version": "1.26.30-preview.26",
3
+ "version": "1.26.30-preview.28",
4
4
  "description": "Contains types for Minecraft Vanilla Content",
5
5
  "exports": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",