Custom Categories

Feb 5, 2024


Adding A Custom Category for Your Exterior Textures Datapack

  1. In the same directory as the other .json files for your exterior, make a new one called (id).json and do the syntax as follows:
    {
      "id": "(namespace):(custom_category_name)",
      "name": "Custom Category Name"
    }