From e55eaa7b7a2468e4874c627b0615ab4f94014dc3 Mon Sep 17 00:00:00 2001 From: Eclipse Date: Sun, 21 Jul 2024 20:56:05 +0000 Subject: [PATCH] Simplify documentation of armor type property Co-authored-by: chris --- .../org/geysermc/geyser/api/item/custom/CustomItemData.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/main/java/org/geysermc/geyser/api/item/custom/CustomItemData.java b/api/src/main/java/org/geysermc/geyser/api/item/custom/CustomItemData.java index f17c09df28c..179ad1d34fe 100644 --- a/api/src/main/java/org/geysermc/geyser/api/item/custom/CustomItemData.java +++ b/api/src/main/java/org/geysermc/geyser/api/item/custom/CustomItemData.java @@ -148,7 +148,7 @@ public interface CustomItemData { * Gets the armor type of the item. * * This can be "boots", "leggings", "chestplate", or "helmet", and makes the item able to be equipped into its respective equipment slot. - * This should only be set if the Java vanilla/non-vanilla item is able to fit into the specified equipment slot. + * This should only be set if the Java item can be placed into the specified equipment slot. * * @return the armor type of the item */