@minecraft/vanilla-data 1.21.130-preview.20 → 1.21.130-preview.22

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