Skip to content

Commit

Permalink
Simplify documentation of armor type property
Browse files Browse the repository at this point in the history
Co-authored-by: chris <[email protected]>
  • Loading branch information
eclipseisoffline and onebeastchris authored Jul 21, 2024
1 parent aa59f40 commit e55eaa7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit e55eaa7

Please sign in to comment.