Advertisement
Guest User

JSON files

a guest
May 29th, 2021
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.81 KB | None | 0 0
  1. Manifest:
  2. {
  3.     "format_version": 1,
  4.     "header": {
  5.         "name": "(Skinpack Name)",
  6.         "uuid": "(UUID 1)",
  7.         "version": [0, 0, 1]
  8.     },
  9.     "modules": [
  10.         {
  11.             "type": "skin_pack",
  12.             "uuid": "(UUID 2)",
  13.             "version": [0, 0, 1]
  14.         }
  15.     ]
  16. }
  17.  
  18. Skins:
  19. {
  20.   "geometry": "skinpacks/skins.json",
  21.   "skins": [
  22.     {
  23.       "localization_name": "(Abbreviate Skin Name)",
  24.       "geometry": "geometry.humanoid.custom",
  25.       "texture": "(Skin File).png",
  26.       "type": "free"
  27.     },
  28.     {
  29.       "localization_name": "(Abbreviate Skin Name)",
  30.       "geometry": "geometry.humanoid.custom",
  31.       "texture": "(Skin File).png",
  32.       "type": "free"
  33.     }
  34.   ],
  35.   "serialize_name": "(Skinpack Name)",
  36.   "localization_name": "(Abbreviate Skinpack Name)"
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement