@minecraft/vanilla-data 1.21.130-preview.24 → 1.21.130-preview.26

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.
@@ -873,6 +873,7 @@ export declare enum MinecraftItemTypes {
873
873
  NetheriteChestplate = "minecraft:netherite_chestplate",
874
874
  NetheriteHelmet = "minecraft:netherite_helmet",
875
875
  NetheriteHoe = "minecraft:netherite_hoe",
876
+ NetheriteHorseArmor = "minecraft:netherite_horse_armor",
876
877
  NetheriteIngot = "minecraft:netherite_ingot",
877
878
  NetheriteLeggings = "minecraft:netherite_leggings",
878
879
  NetheriteNautilusArmor = "minecraft:netherite_nautilus_armor",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minecraft/vanilla-data",
3
- "version": "1.21.130-preview.24",
3
+ "version": "1.21.130-preview.26",
4
4
  "description": "Contains types for Minecraft Vanilla Content",
5
5
  "exports": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",