Custom Skins - Bored-Face/pose-data GitHub Wiki
To add a custom player skin to the P.O.S.E. smartphone data pack, follow these steps:
-
Resource Pack
See the pose-resources wiki on how to add a player skin to the resource pack.
-
Modifying the Smartphone
Just run a single
/function
command to add the player skin.You'll need the player's name in all lowercase as the identifier (we call that
id
) and the display name that will be shown in the smartphone (we call thatname
). For example:function bored-face.pose:add/skin {id: "lardtom", name: "LardTom"}
-
Done! That's it! Your custom player skin is now integrated into the data pack and ready to use.
Your own Smartphone (in your inventory) automagically got updated. Keep in mind other players or other existing smartphones do have to be replaced manually again to include your new skin.