@minecraft/vanilla-data 1.21.130-preview.25 → 1.21.130-preview.27
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-item.d.ts +1 -0
- package/package.json +1 -1
package/lib/mojang-item.d.ts
CHANGED
|
@@ -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",
|