Skip to content

Other JSON Files

incomplete_compatibilities.json

incomplete_pack_icons.json

  • Has a list of packs that don't have their pack icons complete. This list does not include incomplete packs, because they don't appear on the site.

incomplete_packs.json

  • Has a list of packs that are not completed. PRs are accepted to complete the packs

manifest.json

  • The manifest.json used when making the pack. For more info on how a manifest works, check out Bedrock Wiki

name_to_json.json

  • Acts as a mapper from the category name to the respective json. For instance, "Elytra" refers to woc_elytra.json

pack_order_list.txt

  • Provides an order as to how the categories are ordered.

  • Indentation within lines refers to it being a subcategory.

  • For instance, part of it looks like this

aesthetic.json
  aesthetic_more_zombies.json
  • This means that the category More Zombies will be under Aesthetic and only show up when the Aesthetic category is opened up

selected_packs.json

  • Exists for the server to dump and parse.

template.json

  • Template on creating a new category and the features available.

Contributors