AmbleLabsAmbleLabs Wiki
Addons & Datapacks

Custom Catagories

Create a Datapack

Create a new .json file in the path

data/namespace/categories/category_name.json

This will contain the “code” for the categorie.

Inside this new .json file, paste

{
   "id": "namespace:category_name",
  "name": "category_name"
}

On this page