cleanup and add player skin format link
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m26s
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m26s
This commit is contained in:
@ -56,6 +56,12 @@ public interface ISkinPart {
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
* The vanilla skin parts.
|
||||
* <p>
|
||||
* <a href="https://cdn.fascinated.cc/sXwEKAxm.png">Skin Format</a>
|
||||
* </p>
|
||||
*/
|
||||
@Getter
|
||||
enum Vanilla implements ISkinPart {
|
||||
// Overlays
|
||||
|
Reference in New Issue
Block a user