Simplify documentation of armor type property

Co-authored-by: chris <github@onechris.mozmail.com>
This commit is contained in:
Eclipse 2024-07-21 20:56:05 +00:00 committed by GitHub
parent aa59f404af
commit e55eaa7b7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
*/