@minecraft/vanilla-data 1.21.130-preview.20 → 1.21.130-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.
- package/lib/index.js +1 -1
- package/lib/mojang-block.d.ts +1 -0
- package/lib/mojang-entity.d.ts +2 -0
- package/lib/mojang-item.d.ts +2 -0
- package/package.json +1 -1
package/lib/mojang-block.d.ts
CHANGED
|
@@ -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/lib/mojang-entity.d.ts
CHANGED
|
@@ -17,6 +17,7 @@ export declare enum MinecraftEntityTypes {
|
|
|
17
17
|
Breeze = "minecraft:breeze",
|
|
18
18
|
BreezeWindChargeProjectile = "minecraft:breeze_wind_charge_projectile",
|
|
19
19
|
Camel = "minecraft:camel",
|
|
20
|
+
CamelHusk = "minecraft:camel_husk",
|
|
20
21
|
Cat = "minecraft:cat",
|
|
21
22
|
CaveSpider = "minecraft:cave_spider",
|
|
22
23
|
ChestBoat = "minecraft:chest_boat",
|
|
@@ -69,6 +70,7 @@ export declare enum MinecraftEntityTypes {
|
|
|
69
70
|
Ocelot = "minecraft:ocelot",
|
|
70
71
|
OminousItemSpawner = "minecraft:ominous_item_spawner",
|
|
71
72
|
Panda = "minecraft:panda",
|
|
73
|
+
Parched = "minecraft:parched",
|
|
72
74
|
Parrot = "minecraft:parrot",
|
|
73
75
|
Phantom = "minecraft:phantom",
|
|
74
76
|
Pig = "minecraft:pig",
|
package/lib/mojang-item.d.ts
CHANGED
|
@@ -194,6 +194,7 @@ export declare enum MinecraftItemTypes {
|
|
|
194
194
|
Cake = "minecraft:cake",
|
|
195
195
|
Calcite = "minecraft:calcite",
|
|
196
196
|
CalibratedSculkSensor = "minecraft:calibrated_sculk_sensor",
|
|
197
|
+
CamelHuskSpawnEgg = "minecraft:camel_husk_spawn_egg",
|
|
197
198
|
CamelSpawnEgg = "minecraft:camel_spawn_egg",
|
|
198
199
|
Campfire = "minecraft:campfire",
|
|
199
200
|
Candle = "minecraft:candle",
|
|
@@ -961,6 +962,7 @@ export declare enum MinecraftItemTypes {
|
|
|
961
962
|
PaleOakWood = "minecraft:pale_oak_wood",
|
|
962
963
|
PandaSpawnEgg = "minecraft:panda_spawn_egg",
|
|
963
964
|
Paper = "minecraft:paper",
|
|
965
|
+
ParchedSpawnEgg = "minecraft:parched_spawn_egg",
|
|
964
966
|
ParrotSpawnEgg = "minecraft:parrot_spawn_egg",
|
|
965
967
|
PearlescentFroglight = "minecraft:pearlescent_froglight",
|
|
966
968
|
Peony = "minecraft:peony",
|