@minecraft/vanilla-data 1.26.10-preview.22 → 1.26.10-preview.24

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.
@@ -1396,6 +1396,7 @@ export type BlockStateSuperset = {
1396
1396
  ['minecraft:connection_west']?: boolean;
1397
1397
  ['minecraft:corner']?: string;
1398
1398
  ['minecraft:facing_direction']?: string;
1399
+ ['minecraft:multi_block_part']?: number;
1399
1400
  ['minecraft:vertical_half']?: string;
1400
1401
  ['moisturized_amount']?: number;
1401
1402
  ['monster_egg_stone_type']?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minecraft/vanilla-data",
3
- "version": "1.26.10-preview.22",
3
+ "version": "1.26.10-preview.24",
4
4
  "description": "Contains types for Minecraft Vanilla Content",
5
5
  "exports": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",