@minecraft/vanilla-data 1.21.120-preview.25 → 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;
@@ -6,6 +6,7 @@ export declare enum MinecraftCooldownCategoryTypes {
6
6
  EnderPearl = "minecraft:ender_pearl",
7
7
  GoatHorn = "minecraft:goat_horn",
8
8
  Shield = "minecraft:shield",
9
+ Spear = "minecraft:spear",
9
10
  WindCharge = "minecraft:wind_charge"
10
11
  }
11
12
  /**
@@ -5,6 +5,7 @@ export declare enum MinecraftEffectTypes {
5
5
  Absorption = "minecraft:absorption",
6
6
  BadOmen = "minecraft:bad_omen",
7
7
  Blindness = "minecraft:blindness",
8
+ BreathOfTheNautilus = "minecraft:breath_of_the_nautilus",
8
9
  ConduitPower = "minecraft:conduit_power",
9
10
  Darkness = "minecraft:darkness",
10
11
  FatalPoison = "minecraft:fatal_poison",
@@ -23,6 +23,7 @@ export declare enum MinecraftEnchantmentTypes {
23
23
  Looting = "minecraft:looting",
24
24
  Loyalty = "minecraft:loyalty",
25
25
  LuckOfTheSea = "minecraft:luck_of_the_sea",
26
+ Lunge = "minecraft:lunge",
26
27
  Lure = "minecraft:lure",
27
28
  Mending = "minecraft:mending",
28
29
  Multishot = "minecraft:multishot",
@@ -64,6 +64,7 @@ export declare enum MinecraftEntityTypes {
64
64
  Minecart = "minecraft:minecart",
65
65
  Mooshroom = "minecraft:mooshroom",
66
66
  Mule = "minecraft:mule",
67
+ Nautilus = "minecraft:nautilus",
67
68
  Npc = "minecraft:npc",
68
69
  Ocelot = "minecraft:ocelot",
69
70
  OminousItemSpawner = "minecraft:ominous_item_spawner",
@@ -122,6 +123,7 @@ export declare enum MinecraftEntityTypes {
122
123
  Zoglin = "minecraft:zoglin",
123
124
  Zombie = "minecraft:zombie",
124
125
  ZombieHorse = "minecraft:zombie_horse",
126
+ ZombieNautilus = "minecraft:zombie_nautilus",
125
127
  ZombiePigman = "minecraft:zombie_pigman",
126
128
  ZombieVillager = "minecraft:zombie_villager",
127
129
  ZombieVillagerV2 = "minecraft:zombie_villager_v2"
@@ -300,10 +300,12 @@ export declare enum MinecraftItemTypes {
300
300
  CopperIngot = "minecraft:copper_ingot",
301
301
  CopperLantern = "minecraft:copper_lantern",
302
302
  CopperLeggings = "minecraft:copper_leggings",
303
+ CopperNautilusArmor = "minecraft:copper_nautilus_armor",
303
304
  CopperNugget = "minecraft:copper_nugget",
304
305
  CopperOre = "minecraft:copper_ore",
305
306
  CopperPickaxe = "minecraft:copper_pickaxe",
306
307
  CopperShovel = "minecraft:copper_shovel",
308
+ CopperSpear = "minecraft:copper_spear",
307
309
  CopperSword = "minecraft:copper_sword",
308
310
  CopperTorch = "minecraft:copper_torch",
309
311
  CopperTrapdoor = "minecraft:copper_trapdoor",
@@ -430,9 +432,11 @@ export declare enum MinecraftItemTypes {
430
432
  DiamondHoe = "minecraft:diamond_hoe",
431
433
  DiamondHorseArmor = "minecraft:diamond_horse_armor",
432
434
  DiamondLeggings = "minecraft:diamond_leggings",
435
+ DiamondNautilusArmor = "minecraft:diamond_nautilus_armor",
433
436
  DiamondOre = "minecraft:diamond_ore",
434
437
  DiamondPickaxe = "minecraft:diamond_pickaxe",
435
438
  DiamondShovel = "minecraft:diamond_shovel",
439
+ DiamondSpear = "minecraft:diamond_spear",
436
440
  DiamondSword = "minecraft:diamond_sword",
437
441
  Diorite = "minecraft:diorite",
438
442
  DioriteSlab = "minecraft:diorite_slab",
@@ -559,9 +563,11 @@ export declare enum MinecraftItemTypes {
559
563
  GoldenHoe = "minecraft:golden_hoe",
560
564
  GoldenHorseArmor = "minecraft:golden_horse_armor",
561
565
  GoldenLeggings = "minecraft:golden_leggings",
566
+ GoldenNautilusArmor = "minecraft:golden_nautilus_armor",
562
567
  GoldenPickaxe = "minecraft:golden_pickaxe",
563
568
  GoldenRail = "minecraft:golden_rail",
564
569
  GoldenShovel = "minecraft:golden_shovel",
570
+ GoldenSpear = "minecraft:golden_spear",
565
571
  GoldenSword = "minecraft:golden_sword",
566
572
  Granite = "minecraft:granite",
567
573
  GraniteSlab = "minecraft:granite_slab",
@@ -646,10 +652,12 @@ export declare enum MinecraftItemTypes {
646
652
  IronHorseArmor = "minecraft:iron_horse_armor",
647
653
  IronIngot = "minecraft:iron_ingot",
648
654
  IronLeggings = "minecraft:iron_leggings",
655
+ IronNautilusArmor = "minecraft:iron_nautilus_armor",
649
656
  IronNugget = "minecraft:iron_nugget",
650
657
  IronOre = "minecraft:iron_ore",
651
658
  IronPickaxe = "minecraft:iron_pickaxe",
652
659
  IronShovel = "minecraft:iron_shovel",
660
+ IronSpear = "minecraft:iron_spear",
653
661
  IronSword = "minecraft:iron_sword",
654
662
  IronTrapdoor = "minecraft:iron_trapdoor",
655
663
  Jigsaw = "minecraft:jigsaw",
@@ -846,6 +854,7 @@ export declare enum MinecraftItemTypes {
846
854
  Mycelium = "minecraft:mycelium",
847
855
  NameTag = "minecraft:name_tag",
848
856
  NautilusShell = "minecraft:nautilus_shell",
857
+ NautilusSpawnEgg = "minecraft:nautilus_spawn_egg",
849
858
  NetherBrick = "minecraft:nether_brick",
850
859
  NetherBrickFence = "minecraft:nether_brick_fence",
851
860
  NetherBrickSlab = "minecraft:nether_brick_slab",
@@ -865,9 +874,11 @@ export declare enum MinecraftItemTypes {
865
874
  NetheriteHoe = "minecraft:netherite_hoe",
866
875
  NetheriteIngot = "minecraft:netherite_ingot",
867
876
  NetheriteLeggings = "minecraft:netherite_leggings",
877
+ NetheriteNautilusArmor = "minecraft:netherite_nautilus_armor",
868
878
  NetheritePickaxe = "minecraft:netherite_pickaxe",
869
879
  NetheriteScrap = "minecraft:netherite_scrap",
870
880
  NetheriteShovel = "minecraft:netherite_shovel",
881
+ NetheriteSpear = "minecraft:netherite_spear",
871
882
  NetheriteSword = "minecraft:netherite_sword",
872
883
  NetheriteUpgradeSmithingTemplate = "minecraft:netherite_upgrade_smithing_template",
873
884
  Netherrack = "minecraft:netherrack",
@@ -1229,6 +1240,7 @@ export declare enum MinecraftItemTypes {
1229
1240
  StonePickaxe = "minecraft:stone_pickaxe",
1230
1241
  StonePressurePlate = "minecraft:stone_pressure_plate",
1231
1242
  StoneShovel = "minecraft:stone_shovel",
1243
+ StoneSpear = "minecraft:stone_spear",
1232
1244
  StoneStairs = "minecraft:stone_stairs",
1233
1245
  StoneSword = "minecraft:stone_sword",
1234
1246
  StonecutterBlock = "minecraft:stonecutter_block",
@@ -1450,6 +1462,7 @@ export declare enum MinecraftItemTypes {
1450
1462
  WoodenPickaxe = "minecraft:wooden_pickaxe",
1451
1463
  WoodenPressurePlate = "minecraft:wooden_pressure_plate",
1452
1464
  WoodenShovel = "minecraft:wooden_shovel",
1465
+ WoodenSpear = "minecraft:wooden_spear",
1453
1466
  WoodenSword = "minecraft:wooden_sword",
1454
1467
  WritableBook = "minecraft:writable_book",
1455
1468
  YellowBundle = "minecraft:yellow_bundle",
@@ -1468,6 +1481,7 @@ export declare enum MinecraftItemTypes {
1468
1481
  ZoglinSpawnEgg = "minecraft:zoglin_spawn_egg",
1469
1482
  ZombieHead = "minecraft:zombie_head",
1470
1483
  ZombieHorseSpawnEgg = "minecraft:zombie_horse_spawn_egg",
1484
+ ZombieNautilusSpawnEgg = "minecraft:zombie_nautilus_spawn_egg",
1471
1485
  ZombiePigmanSpawnEgg = "minecraft:zombie_pigman_spawn_egg",
1472
1486
  ZombieSpawnEgg = "minecraft:zombie_spawn_egg",
1473
1487
  ZombieVillagerSpawnEgg = "minecraft:zombie_villager_spawn_egg"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minecraft/vanilla-data",
3
- "version": "1.21.120-preview.25",
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",