Custom Categories
Custom Categories
You need to learn how texture pack and datapacks works!
Create a Datapack
Follow the tutorial on the Minecraft Wiki on datapacks on how to set one up, use the namespace from earlier.
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" }
Last updated on