Custom Capes - Bored-Face/pose-data GitHub Wiki
To add a custom cape to the P.O.S.E. smartphone data pack, follow these steps:
-
Resource Pack
See the pose-resources wiki on how to add a cape to the resource pack.
-
Modifying the Smartphone
Just run a single
/function
command to add the cape.You'll need the cape'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/cape {id: "my_cape", name: "My own cape"}
-
Done! That's it! Your custom cape 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 cape.