Skip to content

Commit

Permalink
Add per-item skin nbt tag
Browse files Browse the repository at this point in the history
  • Loading branch information
CJCrafter committed Dec 27, 2023
1 parent bb76b7d commit 0081e1a
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,13 @@ public enum CustomTag {
*/
ATTACHMENTS,

/**
* Weapon skin is stored as a string, and is used by WeaponMechanicsCosmetics
* to determine if a weapon has a set skin. This overrides the player's
* preferred skin.
*/
WEAPON_SKIN,

/**
* Armor title is stored as a string, and is used by ArmorMechanics to
* determine if an item is a custom armor added by the plugin.
Expand Down

0 comments on commit 0081e1a

Please sign in to comment.