@minecraft/vanilla-data 1.21.130-preview.22 → 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.
@@ -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",
@@ -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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minecraft/vanilla-data",
3
- "version": "1.21.130-preview.22",
3
+ "version": "1.21.130-preview.24",
4
4
  "description": "Contains types for Minecraft Vanilla Content",
5
5
  "exports": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",