@minecraft/vanilla-data 1.26.30-preview.27 → 1.26.30-preview.30
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.
- package/lib/index.js +1 -1
- package/lib/mojang-block.d.ts +1 -0
- package/lib/mojang-item.d.ts +1 -0
- package/package.json +1 -1
package/lib/mojang-block.d.ts
CHANGED
|
@@ -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;
|
package/lib/mojang-item.d.ts
CHANGED
|
@@ -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",
|