Addons & Datapacks
Custom Exterior Categories
This can be helpful when adding custom exterior models so that they are easy to find in the monitor!
- Create a new
.jsonfile in the path below.
data/namespace/categories/category_name.json
- Inside this new
.jsonfile, type the following:
{
"id": "namespace:category_name",
"name": "CategoryName"
}- Replace
category_namewith whatever you want the category to be named (you NEED to use underscores and lowercase for theid). This name does not need to be translated as it will use what ever is defined in"name".
example:
{
"id": "mydatapack:police_box",
"name": "PoliceBox"
}