Custom Capes - Bored-Face/pose-data GitHub Wiki

How to add a custom cape to P.O.S.E.

To add a custom cape to the P.O.S.E. smartphone data pack, follow these steps:

  1. Resource Pack

    See the pose-resources wiki on how to add a cape to the resource pack.

  2. 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 that name). For example:

    function bored-face.pose:add/cape {id: "my_cape", name: "My own cape"}
  3. 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.

⚠️ **GitHub.com Fallback** ⚠️